pdf-document
Here are 150 public repositories matching this topic...
I have a pdf that changes its orientation, the first page is vertical A4, the next horizontal A4.
When using Androids built-in PdfRenderer the document is displayed correctly, but with PdfViewPager the horizontal page is distorted.
I suspect that the library does not recognize the orientation change and displays the horizontal page as a vertical one.
Please find attached a simple test pdf and
Hi,
In our app, we create new documents, and edit existing ones.
The documents we are manipulating are not encrypted, however I need to encrypt the new and edited documents I create.
Is that possible in pdf-lib?
I know this option exists in other libraries.
Thanks, and very nice work!
Here is a file for test:
https://www.uscis.gov/system/files_force/files/form/i-9-paper-version.pdf?download=1
I tried to change it using replace_text. Unfortunately, it doesn't work. Advice needed.
I suspect, because of version 1.6
Usually fonts are reused a lot within the same document. Nowadays a lot of fonts are installed on a system, so making them more accessible eases their selection.
-
Updated
May 30, 2020
-
Updated
Jun 6, 2020 - JavaScript
html file code like:
<body>
<header class="clearfix">
<div id="logo">
<img src="logo.png">
</div>
...
</body>html file and logo.png directory at /Users/xushike/go/src/my_project/example, i have set
page.Allow.Set("/Users/xushike/go/src/my_project/example")
...
pdfg.WriteFile("/Users/xushike/go/src/my_project/example/output.pdf")
a
This is a suggested code or documentation change, improvement to the code, or feature request
The package is great works in most conditions (many thanks for this) but also makes lazy that I don't want to wrangle misread pdf pages. Hence, I'd like to request below.
Provide a parameter/method to specify the number of columns; start and end co-ordinates of each column so that table is extracted
On page 106, Creating More Documents walks us through how to create team records and then use the ids that are created and pass retrieve them to build the inserts into the employee documents. The source code example for function insertEmployees (pd, devops, acct, callback) {...} uses the team ids created from function insertTeams (e.g. pd._id, devops._id, and acct._id) and references the
Hi.
Thank you for PdfPig.
I'd like to request the ability to add outlines\bookmarks to an existing PdfDocument.
Thank you.
Wiki Images
The images on the wiki page aren't working anymore. Could you please fix this, so we can see how the expected output looks like?
-
Updated
May 24, 2020 - C
We should explicitly strip out any vertical gravity and weights from the LinearLayout.LayoutParams that we get.
Should also see if the horizontal gravity is actually working.
Details
Currently our examples offer different catalog apps per platform. We should offer one unified example catalog across all 3 platforms. Adding custom examples for platform-specific features is ok, but the goal should be to share at least the majority of functionality.
Acceptance Criteria
- Offer one catalog example app that runs on all 3 supported platforms.
-
Updated
May 8, 2020 - JavaScript
-
Updated
Jun 25, 2020 - C#
Hello, for generating PDF your framework seems one of the most complete, so congrats.
However, I encounter an issue regarding the table of content.
It seems to be that the title of it is hard coded so it cannot be translated.
Is there a way to translate it, customize it or at least removing it ?
I am struggling to figure out how to use this library to read a pdf as text for the purpose of Natural Language Processing as an alternative to
using Taro
Taro.init()
meta, txtdata = Taro.extract(files[1]);
as shown in
https://github.com/aviks/nlp-workshop/blob/master/NLP-in-julia.ipynb
Or can I not use
The only watermark present in samples is text mode, it should be fine to have a watermark with image mode sample.
-
Updated
Jan 15, 2019 - Java
-
Updated
Dec 31, 2018 - Python
-
Updated
May 24, 2020 - C
-
Updated
Dec 20, 2019 - Objective-C
-
Updated
Apr 4, 2020 - Kotlin
-
Updated
Nov 12, 2015 - Shell
PDF properties?
Hi, first, thanks for a great utility! It's working great in testing so far.
Is there any scope for adding PDF properties, such as title, copyright, author etc?
-
Updated
Nov 21, 2017 - C#
Improve this page
Add a description, image, and links to the pdf-document topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pdf-document topic, visit your repo's landing page and select "manage topics."
I want to use ReLaXed with remote chromium to reduce docker image size. It is posible with browser options
--remote-debugging-addressand--remote-debugging-port(https://peter.sh/experiments/chromium-command-line-switches/). It would be great add CLI options for puppeteer https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions (especialy forargsoption).