Pdf Mod Vs Pdfshuffler

  1. Pdf Mod Vs Pdfshuffler
  • Grade 10 DATA HANDLING TASK 2018 mod 1.pdf.
  • Dec 9, 2010 - You can use pdfshuffler to delete pages and rearrange the pages if necessary. PDF Mod is a simple tool for modifying PDF documents.

Nov 02, 2016  PDF-Shuffler is a small python-gtk application. Better than PDF Mod for this purpose. Pdf book shuffler; pdfshuffler; pdf-shuffler; pdf resize; pdf.

  • Very good, but how can I contribute to correct Portuguese translation?

  • Nice, easy to use and very useful program. A small enhancement request : add 'Save' beside 'Save as' in 'File' menu to allow overwriting of currently open file (shortcut Ctl+S would be nice as well). Thanks, François.

  • Simple easy to use program. Easiest way to install this on a linux system is just to use the 'Software manager' built to your distribution which will download and install it.

  • I used to use PDF24 in windows and pdftk in linux, but pdftk lack of GUI. Currently I need more complicated task, and I found this. Very helpfull

  • Very useful piece of software, please keep up the good work.

Read more reviews >

I want to be able to generate PDF output from my (native) C++ Windows application. Are there any free/open source libraries available to do this?

I looked at the answers to this question, but they mostly relate to .Net.

ChrisN
ChrisNChrisN

closed as off-topic by Mike Szyndel, Chris, Scott, Lee Taylor, Tadeusz KopecDec 18 '13 at 14:00

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Mike Szyndel, Chris, Scott, Lee Taylor, Tadeusz Kopec
If this question can be reworded to fit the rules in the help center, please edit the question.

10 Answers

Haru is a free, cross platform, open-sourced software library for generating PDF written in ANSI-C. It can work as both a static-library (.a, .lib) and a shared-library (.so, .dll).

Didn't try it myself, but maybe it can help you

Pdf
akuaku

I worked on a project that required a pdf report. After searching for online I found the PoDoFo library. Seemed very robust. I did not need all the features, so I created a wrapper to abstract away some of the complexity. Wasn't too difficult. You can find the library here:

Enjoy!


If you're brave and willing to roll your own, you could start with a PostScript library and augment it to deal with PDF, taking advantage of Adobe's free online PDF reference.

TylerTyler

PDF Hummus.see for http://pdfhummus.com/ - contains all required features for manipulation with PDF files except rendering.

Lidia MirkinLidia Mirkin

jagpdf seems to be one of them. It is written in C++ but provides a C API.

Sangcheol ChoiSangcheol Choi

It depends a bit on your needs. Some toolkits are better at drawing, others are better for writing text. Cairo has a pretty good for drawing (it support a wide range of screen and file types, including pdf), but it may not be ideal for good typography.

Leon TimmermansLeon Timmermans
  • LibHaru seems to be used by many.

A non-open source approach is: PDF Creator Pilot which provides more language options including C++, C#, Delphi, ASP, ASP.NET, VB, VB.NET, VBScript, PHP and Python

prakashprakash

muPdf library looks very promising: http://mupdf.com/

There is also an open source viewer: http://blog.kowalczyk.info/software/sumatrapdf/free-pdf-reader.html

PeterPeter

Try wkhtmltopdf

Software features

Cross platform.Open source.Convert any web pages into PDF documents using webkit.You can add headers and footers.TOC generation.Batch mode conversions.Can run on Linux server with an XServer (the X11 client libs must be installed).Can be directly used by PHP or Python via bindings to libwkhtmltox.

M.HefnyM.Hefny

Pdf Mod Vs Pdfshuffler

Works with the wxWidgets library.

Taran RampersadTaran Rampersad

Not the answer you're looking for? Browse other questions tagged c++cpdfopen-source or ask your own question.