Questions tagged [tiff2pdf]

tiff2pdf is an package that coverts tiff images to pdfs utilizing libtiff.

6 questions
1
vote
1 answer

How to use LibTiff.NET Tiff2Pdf in .NET 6

I want to provide support to convert single-page and multi-page tiff files into PDFs. There is an executable in Bit Miracle's LibTiff.NET called Tiff2Pdf. How do I use Tiff2Pdf in my application to convert tiff data stream (not a file) into a pdf…
usagibear
  • 303
  • 3
  • 12
0
votes
0 answers

A Generic error occurred in GDI+ in Bitmap.SelectActiveFrame method

I am trying to convert the multipage tiff image into pdf. This error is happening when I am trying to call the method bitmap.SelectActiveFrames. Below is the code `using (PdfDocument pdfDocument = new PdfDocument(new…
0
votes
0 answers

Use tiff2pdf lib on AWS Lambda

I'm trying to have a lambda that will convert tiff files into PDF files to later upload them into S3. For that I'm using the tiff2pdf library. I copied the library executable inside of the lambda. But I'm encountering errors. I actually tried…
fingerprints
  • 2,751
  • 1
  • 25
  • 45
0
votes
0 answers

TIFF2PDF Conversions Not Loading in PDF.js-based Viewers

I am using Tiff2Pdf to perform conversions of TIFF files to PDFs. The PDFs load fine in Chrome and Edge's default PDF viewer as well as Adobe Acrobat Reader, though they take some time to load. However, in Firefox, which uses PDF.js and with the…
usagibear
  • 303
  • 3
  • 12
0
votes
0 answers

tiff2pdf converting to blank pages

tiff2pdf -p letter -o output.pdf input.tiff keeps producing blank pages, no idea of whats going on since no errors return. Tried converting with the same parameters a different .tiff image and it worked perfectly, but it didn't for my design. Any…
0
votes
1 answer

Convert a byte type data from .tiff file into PDF

TODO: Convert a TIFF file from URL into PDF I have a .tiff based file that I need to download/get from a url. When trying to save/download that file into cwd, it is downloaded, however, I am unable to open it. 1. Command used to download the file…
user10089194
  • 339
  • 1
  • 5
  • 14