Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 72,533 for

pdf

(0.06 sec)
  1. delete pages from pdf in csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....programmatically remove such pages from the PDF document using C# . Requirements...different sets of pages within the PDF document....

    blog.groupdocs.com/tag/delete-pages-from-pdf-in...
  2. Generate PDF Report in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....converting the JSON data into PDF and DOCX reports in C# using...

    blog.groupdocs.com/tag/generate-pdf-report-in-c...
  3. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. PPTX to PDF conversion - Font problem in PDF ("...

    When I convert the uploaded PPT to Pdf with Aspose 20.7, and then I check the result Pdf with veraPdf (Software | veraPdf), then I see in the Validation Report this issue: “A Pdf/A-2 compliant document shall not contain…...PPTX to PDF conversion - Font problem in PDF ("reference to the...Conversion Product Family pptx-to-pdf , dotnet Therefore_Developer...

    forum.groupdocs.com/t/pptx-to-pdf-conversion-fo...
  6. Rearrange PDF Pages using C# | Organize with .N...

    Reorder the pages of Pdf files using C#. The running example shows how to correct the sequence of unordered Pdf pages within the .NET application....中文 中國傳統的 In this digital era, PDF is one of the most used file...the time we can not edit the PDF files. When we merge multiple...

    blog.groupdocs.com/merger/move-pdf-pages-using-...
  7. Search text in PDF Document

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....format such as Word (Doc, Docx), PDF, HTML, EPUB, Spreadsheet (XLS...

    blog.groupdocs.com/tag/search-text-in-pdf-docum...
  8. Java Conversion to PDF from text and CSV file d...

    For some TXT and CSV files (mostly small files) conversions to Pdf without LoadOptions do not generate Pdf document. Generated output contains input file content - it’s not Pdf document. Adding to converter CsvLoadOptio…...Conversion to PDF from text and CSV file do not generate PDF document...conversions to PDF without LoadOptions do not generate PDF document...

    forum.groupdocs.com/t/java-conversion-to-pdf-fr...
  9. Rearrange PDF Pages in Java | Organize with Jav...

    Reorder the pages of Pdf files in Java. The running example shows how to correct the sequence of unordered Pdf pages within the Java application....Український Tiếng Việt 中文 中國傳統的 PDF is among one of the most in-use...discusses, how to rearrange PDF pages programmatically in Java...

    blog.groupdocs.com/merger/move-pdf-pages-in-java/
  10. Convert a Document to PDF in C++|Aspose.Words f...

    Convert a document to Pdf using C++. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....Afrikaans Convert a Document to PDF Contents [ Hide ] The ability...popular formats for converting is PDF – a fixed-layout format, which...

    docs.aspose.com/words/cpp/convert-a-document-to...