Jump to content

Edit pdf text


 Share

Recommended Posts

Can I modify a pdf text? I hav an uncompressed pdf and I want replace same string inside it. Is there an UDF library to editing pdf files?

Thanks and sorry for my english

Not with AutoIt.

You need some specialist software to convert pdf to text using ocr then recreate the pdf after it has been changed. There are lots of programs available. (They almost never mention that they use ocr though.)

There are AutoIt UDFs for ocr, search for tesseract.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Not with AutoIt.

You need some specialist software to convert pdf to text using ocr then recreate the pdf after it has been changed. There are lots of programs available. (They almost never mention that they use ocr though.)

There are AutoIt UDFs for ocr, search for tesseract.

How very interesting. I didn't know that. Thanks for the info.

Though... that's incredibly stupid considering that text portions within PDF file are easy to detect and extract. Only thing that's complex is uncompressing that data. If there is some api call available for LZW decompression the whole process of reading PDF files with AutoIt would be a piece of cake.

OCR for that, oh my God, what a waste of resources :)

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...