Hi
Im trying to convert a Pdf to PdfUa, I found some examples on how to it.
And from this I made this test-function
private void Convert()
{
Document pdfDoc = new Document("C:\\Temp\\NotPdfua.pdf");
var validateF…... Can you point me to a working example? asad...
Understand chart calculations, data updates, and precision control in Aspose.Slides for Android for PPT and PPTX, with practical Java code examples.... Each chart can point to its own external workbook...
Understand chart calculations, data updates, and precision control in Aspose.Slides for Node.js for PPT and PPTX, with practical JavaScript code examples.... Each chart can point to its own external workbook...
Aspose::Words::ControlChar::LineFeedChar field. Line feed character: (char)10 or "\n" in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::NonBreakingSpaceChar field. Non-breaking space character: (char)160 in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::ColumnBreak method. End of column character: "\x000e" in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks in C++....control character to mark the point where text moves to the next...