Problem I have this code to generate some tables in my PDF document for my Android app. It works fine, […]
Tag: pdf
Bash script for reviewing .pdf articles
Problem I wrote a bash script for reviewing scientific articles. It adds a blank page for notes and creates a […]
Implementing a PDF generator that converts classes into PDFs
Problem I’m building a tool that takes in web requests and deserializes JSON requests into a C# class. Each page […]
PDF merging implementation
Problem How can this be improved? /* * To change this template, choose Tools | Templates * and open the […]
Python script to extract text from PDF with images
Problem I have the following Python script. The purpose of the script is to extract text from PDFs. I use […]
Python3 – Determing if a PDF is scanned or “searchable”
Problem I am in a situation where I need to determine if a PDF file is either: Scanned Searchable (contain […]
PDF Script Tool – adds JavaScripts to PDF files
Problem This is a Windows Forms application that adds JavaScripts to PDF files. It supports multiple files at the same […]
Class for generating PDF documents
Problem Following is a chunk of code from my class which generates PDF documents. I am refactoring my code and […]
Solidworks save as PDF macro
Problem This just opens all drawing files in solidworks and saves as a *.pdf file. I just wanted to to […]
Batch convert images to PDF
Problem I wrote a simple program that converts graphic files in a folder to a single PDF using Magic.NET. It […]
- 1
- 2