I am attempting to place the script below in Document Actions under "Document Did Save". I'm not sure how to complete the if statements. I would like the script
I did some research on the DIKW pyramid (data, information, knowledge, wisdom). And am confused on how to apply it on a PDF file. For example, if I extract spec
I know this question has been asked many times but I read all related answer and my problem is not solved yet. I can add text and image on a new blank pdf file
I try to scrape the texts of hundreds of PDFs for a project. The PDFs have title pages, headers, footers and two columns. I tried the packages pdftools and tabu
I am wondering how we can use ITEXT7 to extract image info associated to digital signatures. I know there have been similar questions asked in the past, but the
For some reason, the subtitles become the chapters in the PDF generated for my docs by ReadTheDocs. Check it out here: https://yarsaw.namantech.me/_/downloads/e
I want to preview PDF with FileReader before uploading the document to the database. There is no problem when I use Firefox, but if I use Chrome, files larger t
I am trying to save xml file as PDF as it is. In other words, I am trying to create PDF file that shows content of XML like a screenshot (like raw screenshot).
Using this Link I have added signature image annotation in PDF file But i could not find any guide for how to rotate and resize image annotation using the butto
I am experiencing some problem when inserting an html code containing images. The problem is that css information like width, height are ignored and the final p
Good Day, I'm creating a form in Adobe and need to use the form exported as an image. However, when exporting, the buttons appear in the output image. I was won
I'm using iText 7.1.15 and SignDeferred to apply signatures to pdf documents. SignDeferred is required since the signature is created PKCS11 hardware token (usb
I'm trying to print an area of a page to pdf. I select the range but when I try to set the print area I get: Run-time error '1004': Unable to set the print are
I use weasyprint to generate a PDF file from a HTML file in a Python application (I use yattag for the HTML generation if this may help). I would like to use Ac
I am trying to display Arabic text in pdf using react-pdf but it shows un-appropriate text Following is the text in png that I have tried to show in Arabic and
I would like to save a mail body and header just as if it were printed by Outlook or PDFCreator. The sender, cc, bcc , time, to, subject are data that must be i
My PDF file contains following commands: 1.0 0 0 -1.0 0 810.0 cm 1.0 0 0 1.0 0 0 cm 1.0 0 0 1.0 9.0 9.0 cm -9.0 -9.0 m 621.0 -9.0 l 621.0 801.0 l -9.0 801.0 l h
I am trying to attach an .exe file into a PDF using PyPDF2. I ran the code below, but my PDF file is still the same size. I don't know if my file was attached o
I have a list of objects: List = ['Doc1.xlsx','Doc2.csv','Doc3.pdf'] and a list of their names: List1 = ['Doc1_name.xlsx','Doc2_name.csv','Doc3_name.pdf']. I ne
I have an app that generates a PDF from react-pdf/renderer. Then the PDF is saved to ActiveStorage (utilizing Amazon S3). Some of the PDFs are too large though,