pdf tag

34 questions


1 answers
109 views
0
How do I create PDF/UA compatible PDFs in iTunes?

The site created using iText 2.1.7 has several dynamically created PDFs.However, many users are rendering PDFs using screen readers such as JAWS because of their disabilities.The setTagged() method is...

1 years ago

1 answers
91 views
0
Do not want to embed fonts in PDFs generated by Aspose.Cells

Aspose.Cells for Java (ver 8.5.0) is used to generate PDFs from Excel templates.This Excel template uses MS-like fonts such as MSP Gothic.The application is a web application and the AP server is Wild...

1 years ago

1 answers
82 views
0
I want to open the pdf in associates on Android.

protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); FilefileBrochure=newFile(Environment.getExternalStorageDirectory()+/+abc.pdf); if(!fileBrochure.exists()) { C...

1 years ago

2 answers
87 views
0
I want to unify the size of the PDF created in Excel VBA (in VBA).

I implemented the PDF version of the Excel sheet in the VBA, but some pages are not consistent in size.The reason seems to be the same as the link below.When you create a PDF from Excel, the page size...

1 years ago

1 answers
50 views
0
PDF FILE OUTPUT METHOD IN SMART PHONE APPLICATION

Thank you for your help.I am currently developing a smartphone application with monaca.Regarding the application of the flow chart that answers YES and NO, I would like to print the results and the an...

1 years ago

1 answers
81 views
0
python PDF data extraction

I would like to extract the data from the pdf in Python 3 as shown below picture.I was able to retrieve the pdf data by using the code on the Internet, but I couldn't read the data horizontally, so I ...

1 years ago

1 answers
73 views
0
Only the header of the pdfkit is output without interpreting the html tag.

It implements the ability to generate PDF files using pdfkit.The PDF file is ready.https://github.com/pdfkit/pdfkitHowever, the html tag appears as it is when you put in the common header and footer.C...

1 years ago

1 answers
99 views
0
Export PDF bookmarks and annotations

Is there a way to list PDF bookmarks (Bookmark) and annotations (Annotations)?If possible, I would like to export it to the system check.For example, VBA, command line, or Script.You can use a third-p...

1 years ago

1 answers
97 views
0
Acrobat javascript: DeletePages Error "This Operation Is Not Allowed"

Operating System: Windows 7 SP1Acrobat:Acrobat Reader XICurrently, we are trying to accomplish the process of deleting PDF pages with PDF embedded javascript.For this reason, we are referring to the D...

1 years ago

1 answers
78 views
0
How to create paragraphs by mixing different fonts with iText7

I am using iTunes 7 to create a PDF file with a mix of two fonts.(Example: Bold text in the middle of the paragraph) When I was using iText5, I implemented it using Chunks, but Font regular=new Font(F...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.