Skip to main content
Advice
1 vote
0 replies
0 views

From .docx to .pdf convertor (c++)

Yes it is possible but it is a lot (a very lot) of hard work. You first need to understand the structure of both file types in complete detail. You would then need to write the code to read and parse ...
OldBoy's user avatar
  • 1,015
Advice
1 vote
0 replies
0 views

From .docx to .pdf convertor (c++)

How Converters Work In the case of documents, both DOCX and PDF are languages (Portable Document Format). Both have grammars and syntax rules. There are many methods for converting between the two. ...
Thomas Matthews's user avatar
Advice
1 vote
0 replies
0 views

From .docx to .pdf convertor (c++)

I'm not providing source code for the translations. I worked at Adobe Systems, in their PostScript division (prior to PDF). The Postscript and PDF languages are very detailed and complex and too ...
Thomas Matthews's user avatar
Advice
1 vote
0 replies
0 views

From .docx to .pdf convertor (c++)

In theory, sure. A library is just a collection of code, and somebody else could also write code that does the same thing(s). That said, it's almost entirely theoretical. Here are documents that ...
Jerry Coffin's user avatar
Advice
1 vote
0 replies
0 views

From .docx to .pdf convertor (c++)

Adobe, Microsoft, and others have worked decades on this. They still do not have it so that it is a 1:1 conversion. It is more akin to translation. These formats structure documents in very different ...
Charles Kenyon's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible