Category "pdf"

Can I set the filename of a PDF object displayed in Chrome?

In my Vue app I receive a PDF as a blob, and want to display it using the browser's PDF viewer. I convert it to a file, and generate an object url: const blob

react-pdf failing to render base64 PDF data, interpreting as hex string

I'm trying to use the react-pdf library to display a base64 encoded PDF file. The B64 data is accurate, as it loads in an iframe as such: <iframe classN

PyPDF2 PdfFileWriter has no attribute stream

I am trying to split a pdf into its pages and save each page as a new pdf. I have tried this method from a previous question with no success and the pypdf2 spli

Can not find "locale.properties" file from PDF.js

I use this plugin: PDF.js. I am trying to solve the problems that show in console log. Follow image: Here is a simple project ready, only download and run

Print Textviews and webview from fragment

I'm using such code for creating pdf from webview PrintManager printManager = (PrintManager) this .getSystemService(Context.PRINT_SERVICE); Pri

PDFBox render image misses content

When using PDFBox, we encounter an issue where if we call render on a PDDocument, it sometimes loses content, such as fonts or certain shapes. Having dug into

Cannot create PdfStamper (NullReferenceException)

I have a specific problem that I cannot seem to resolve. I am trying to create a PdfStamper with the following code. The line marked with --> is where the e

I want to generate page as a single pdf file without page break

Hi i want to generate a pdf of big page as one single file without page break. Below image shows page break upon download(that i want to avoid

Merge PDF documents in different versions

I'm using Google App Scripts to manipulate some PDFs. I have two PDFs and want to merge them into one - im trying to use Merge Multiple PDF's into one PDF O

How do I replace a string in a PDF file using NodeJS?

I have a template PDF file, and I want to replace some marker strings to generate new PDF files and save them. What's the best/simplest way to do this? I don't

Show images inside a pdf created with Gloogle Apps Script Blob

I am creating PDF files using blobs in Google Apps Script from a HTML code, but the problem is that HTML code has an image (referenced by "http") but the create

show pdf file inside android app from server url without give the permission download that file

show PDF file inside the android app from the server URL without give permission to download that file. how it can do in the android app. I have tried using web

SAP BI Open Doc URL for retrieving pdf

In a reporting application we use, we were using BI 3.x API to produce Web reports. While doing the migration activity to 4.x version, we thought it is fine to

Render PDF into an image (self-contained, no external command line dependencies) (to use on AWS Lambda)

I need a simple python library to convert PDF to image (render the PDF as is), but after hours of searching, I keep hitting the same wall, I find libraries like

Using docx4j to convert .docx to .pdf

I'm trying to convert .docx files to .pdf files. Now I have the following code: class DocxToPdf { fun convert(inputFileLocation: FileInputStream, outputFile

Adobe PDF to PPT API

Does Adobe provide an official API to convert PDF file to PPT? https://www.adobe.com/in/acrobat/online/pdf-to-ppt.html Note: I am only looking for official APIs

The argument type 'Future<Widget>' can't be assigned to the parameter type 'Widget'.dart

Here I have to use pdfImageFromImageProvider function to stateless widget. So, Is it possible to resolve this issue using stateless widget? Future<Widget>

PDF: Object Stream with FlateDecode

In my PDF, there is an object <</Filter/FlateDecode/First 721/Length 3424/N 79/Type/ObjStm>>stream The raw data on a next line start with bytes

protect from copying or modifying pdf file with python

Looking for a solution to protect a pdf from a viewer to copy from it or modify it's content. I'm not referring to password protection. We are using ReportLab

iOS WKWebview load local PDF Files some pages become black

I user wkwebview to load a local pdf file and it works fine. But when I scroll up and down to some pages, some pages become black. Have you also come across thi