Beenden
  • Globale Community
    • Sprache:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

JPG pixel coordinates to PDF coordinates converter?

Neu hier ,
Feb 04, 2019 Feb 04, 2019

Hello,

Does anyone have a tool or know of the pixel conversions for a JPG image point to PDF document location?

Regards,

William Johnston

THEMEN
Acrobat SDK und JavaScript
4.0K
Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines

correct answers 1 richtige Antwort

Community Expert , Feb 04, 2019 Feb 04, 2019

Images are images, regardless of the file format they are all an array of pixels. The PDF  coordinate spaces are all measured at 72points/inch.  So if you know the image location, width, and height in PDF coordinates, then it's a straight forward conversion to find the location of a pixel.

For example, to get the horizontal coordinate:

xPDF = xImageCoord + xPixel * ImageWidthPDF/ImageWidthPixels

Of course, how this is done depends on the context. What are you trying to do?

Übersetzen
Community Expert ,
Feb 04, 2019 Feb 04, 2019

Images are images, regardless of the file format they are all an array of pixels. The PDF  coordinate spaces are all measured at 72points/inch.  So if you know the image location, width, and height in PDF coordinates, then it's a straight forward conversion to find the location of a pixel.

For example, to get the horizontal coordinate:

xPDF = xImageCoord + xPixel * ImageWidthPDF/ImageWidthPixels

Of course, how this is done depends on the context. What are you trying to do?

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Neu hier ,
Feb 06, 2019 Feb 06, 2019
AKTUELL

Hello,

I would like to insert highlighted text from JPG images from Microsoft Azure Computer Vision OCR API.

Thanks for letting me know on the dpi for PDF.

I may need to create a formula.

Thank you.

Sincerely,

William Johnston

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines