Category "pdf"

C# - Save XML file as PDF as Raw Image (not converting)

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).

Resize and Rotate image Annotation added in pdf

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

in aspose Image CSS style is ignored and the image is rendered full size in the cell of table using .NET

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

Adobe Pdf - Hiding buttons on PNG export

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

Pdf signature invalidates existing signature in Acrobat Reader

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

How to set the PrintArea property of the PageSetup class?

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

Generate PDF with Acroform using weasyprint

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

Unable to render text in arabic using React-pdf

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

Save mail with WordEditor as pdf with header

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

PDF commands - does the q - Q save the path?

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

How do I know my file is attached in my PDF using PyPDF2?

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

How to attach mulitple files in PDF?

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

Rails upload a file - temporary file path needs file extension

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,

how to open PDF URL into the app without downloading in ionic 5

i am already try with this plugin but no luck how to achieve like this https://ionicframework.com/docs/native/file-opener https://ionicframework.com/docs/nativ

Find blank space(rectangle) for signature field using PDFBox

When you want to create a visible signature using PDFBox you need to create a Rectangle2D object. Rectangle2D humanRect = new Rectangle2D.Float(100, 200, 150, 5

Download pdf from restful web services

I am writing a rest service which will download the pdf when user access this service on users machine. below is the code of my controller class. When I tried

Finding and opening pdf according to the files in the cells with vba

I want to open a pdf according to the codes in a table that changes daily from the archive with thousands of files. It has to search in two ways. Search by BA22

What is the proper way to add rich text annotation in PDFBox?

I add three annotations into empty PDF: call .setContents("...") call .setRichContents("..."); call .setContents("..."); and .setRichContents("..."); First anno

List of data to copy into another sheet and generate PDF

I have a list where I have to copy date in each row in another worksheet and Save it as PDF Data is in each row in "Instruction" tab, that need to be copied in

need help in creating Dynamic multilingual PDF using java spring boot

I have to create dynamic report in PDF in multiple languages like english,spanish,german,italian etc. .The report is divided in various sections which will hav