Questions tagged [acrobat]

Adobe Acrobat is a family of applications developed by Adobe in order to view, create, manipulate, print and manage files in Portable Document Format (PDF).

Adobe Acrobat is a family of application software developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format (PDF).

All members of the family, except Adobe Reader (formerly Acrobat Reader), are proprietary commercial software, while the latter is available as freeware and can be downloaded from Adobe's web site. Adobe Reader enables users to view and print PDF files but has negligible PDF creation capabilities.

Resources

1591 questions
2
votes
1 answer

PDF: Javascript to fill form field

I have a PDF document that is essentially a form which gets emailed. I'm trying to add functionality to a button. I want that button to run a Javascript which would fill in the formfield "Notes" with predetermined text and with the value of certain…
minnesota73
  • 33
  • 1
  • 6
2
votes
0 answers

Saved PDFView with PDFKit IOS not showed properly in Adobe reader

I am creating an app where I open a PDF with form elements, add some data and export it again to a new PDF file. The code to export this file looks like this: @IBAction func exportPDF(_ sender: Any) { guard let url =…
Sven Cozijn
  • 119
  • 14
2
votes
2 answers

Acrobat reader cannot extract the embedded font 'PWLEAX+NotoSerifCJKsc-Regular-Identity-H'

I am using Jasper Report 6.9.0 version with Java 1.8.0_201 and Arial Unicode MS and NotoSerifCJKsc(especially for the traditional Chinese) fonts for the Jasper Report to display the Chinese Characters. Pdf generated properly and I am able to see the…
geek
  • 79
  • 1
  • 9
2
votes
0 answers

How can I determine whether a PDF page contains redacted material?

I have a set of PDFs, for which some pages have had partial contents redacted through Adobe Acrobat. I would like to programmatically iterate through each page and determine whether the page contains redacted content, preferably using Python (note…
crkm
  • 39
  • 3
2
votes
2 answers

Signature is Invalid after attaching certificate to the processed pdf document. i am unable to get if there is an issue in code or certificate

I have a signed pdf I am attaching a certificate(.pfx) to the document through itextsharp. Everything in the code is tested and working fine but when I download and open the pdf in acrobat reader it says the signature is not valid I have changed…
ShazLi
  • 21
  • 2
2
votes
1 answer

How to remove validity unknown icon from signature field using itextsharp C#?

How to remove validity unknown icon(question mark) from signature field before calculating the hash of pdf. Below code that I am using to create signature field. PdfStamper stamper = PdfStamper.CreateSignature(reader, os,…
Mannan Bahelim
  • 1,289
  • 1
  • 11
  • 31
2
votes
5 answers

Adobe PDF Grey Screen in IE 11

(I know, it's 2019, why is anyone still using IE? Because we still use the Acrobat PDF plugin.) I have a web application which (among many other things) uses the Acrobat plugin to display a PDF file inside a popup window (to be digitally signed). We…
Jason
  • 3,943
  • 12
  • 64
  • 104
2
votes
1 answer

Ghostscript - getting "pdfsettings=/ebook" into individual arguments?

I’m creating pdf's for a RIP-engine. Sometimes I have to convert all fonts to outlines and maybe 1/1000 of those pdfs will get stuck while ripping. For the conversion to outlines I use: gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dNoOutputFonts…
Niclas
  • 135
  • 3
  • 13
2
votes
0 answers

How do I force Adobe Acrobat DC to tile output in landscape?

I have Acrobat Reader DC (19.008.20081), with a large image (9000 across x 12300 high pixels). I am using the tiling features of Reader DC to print to jpg images, printer being ImagePrinter Pro print-to-image utility. I want the tiles printed…
mrskyp
  • 21
  • 2
2
votes
1 answer

Why isn't HummusJS displaying pdf fill values in Acrobat Reader (but does in browser)?

Using HummusJS to fill government pdf forms I cannot figure out why the filled values do appear when I open the filled pdf forms in Chrome/Firefox but do not appear when I open them in Acrobat Reader. Using filling-form-values and modifying the…
tbmpls
  • 221
  • 3
  • 8
2
votes
1 answer

Excel VBA - Crop PDF page using VBA

I wrote a piece of code that crops a pdf page and then re-insert this page in the global pdf using the Adobe Acrobat 10.0 Type Library for Excel VBA. The code works fine on my computer but crops too much on the one of my co-worker. I think it might…
Chris
  • 124
  • 8
2
votes
0 answers

Adobe Acrobat PDF Database connection

Is it possible to connect an acrobat pdf forms to DataBase? Actually i want to display the data from database in respective fields of the pdf form to print. I am using laravel as a medium.
Atul Stha
  • 1,404
  • 8
  • 23
  • 46
2
votes
1 answer

Fragment (anchor #) in .NET 4 WebBrowser Control getting lost with Adobe PDF Reader and file://

I create an URI with a fragment (aka anchor #). UriBuilder ub = new UriBuilder("file://path/doc.pdf"); ub.Fragment = "chapterX"; The url is shown correctly in the debugger (ub -> file://path/doc.pdf#chapterX). But when I assign it to a WebBrowser…
Horst Walter
  • 13,663
  • 32
  • 126
  • 228
2
votes
0 answers

Identify Strike-Through text in PDF?

I am using Apache PDFBox and going page by page to extract text. But at the same time I have to remove the strike-through text which comes in between. I tried : Detect Bold, Italic and Strike Through text using PDFBox with VB.NET but its failing for…
2
votes
3 answers

How to vertically split a PDF e-book with collation (2-page per sheet to 1 sheet per page)

I have a scanned e-book with 2 pages per sheet. I was able to crop the e-book for the white borders on four sides. Since the two book sheets are on one single page, I am getting bad view on e-reader like kindle. I am trying to split the e-book to 1…
Enggr
  • 627
  • 2
  • 14
  • 27