Sort Score
Result 10 results
Languages All
Labels All
Results 8,371 - 8,380 of 12,360 for

to

(0.18 sec)
  1. 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....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.

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Render PDF as JPG using Java

    Discover an efficient approach To render PDF as JPG using Java. Additionally, delve inTo comprehensive step-by-step guideline and Java code for rendering PDF To JPG....Discover an efficient approach to render PDF as JPG using Java. Additionally, delve into comprehensive step-by-step guideline and Java code for rendering PDF to JPG.

    kb.groupdocs.com/viewer/java/render-pdf-as-jpg-...
  3. GroupDocs.Parser for .NET

    This API allows you To perform text search and index any type of file format using C# .NET language on any platform....This API allows you to perform text search and index any type of file format using C# .NET language on any platform.

    kb.groupdocs.com/parser/net/page/3/
  4. Features overview | Documentation

    With GroupDocs.Viewer for .NET you can render files To HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, extract document text and detect file type by it's content...With GroupDocs.Viewer for .NET you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, extract document text and detect file type by it's content

    docs.groupdocs.com/viewer/net/features-overview/
  5. Migration Notes | Documentation

    How To migrate from earlier versions of GroupDocs.EdiTor for .NET...How to migrate from earlier versions of GroupDocs.Editor for .NET

    docs.groupdocs.com/editor/net/migration-notes/
  6. Merge PNG files using C#

    Acquire proficiency in how To merge PNG files using C#. We'll furnish you with code example To combine PNG files in C# without additional software installations....Acquire proficiency in how to merge PNG files using C#. We'll furnish you with code example to combine PNG files in C# without additional software installations.

    kb.groupdocs.com/merger/net/merge-png-files-usi...
  7. Footnote Comparison Issue is Resolved

    Footnote appears at botTom of the page and used To cite information. Previously, API was not comparing Footnotes correctly. But with the release of GroupDocs.Comparison for .NET 19.5, we fixed this issue. Please have a glance. But this is not it we have a lot more To tell you. Along with bug fixes, some features and improvements are also introduced. Lets talk about new features first. Did you ever think of getting coordinates of document changes or differences?...Footnote appears at bottom of the page and used to cite information. Previously, API was not comparing Footnotes correctly. But with the release of GroupDocs.Comparison for .NET 19.5, we fixed this issue. Please have a glance. But this is not it we have a lot more to tell you. Along with bug fixes, some features and improvements are also introduced. Lets talk about new features first. Did you ever think of getting coordinates of document changes or differences?

    blog.groupdocs.com/comparison/footnote-comparis...
  8. Search Specific Word in Documents using Java

    Discover how To implement full-text search implementation in Java and easily search specific word in documents using Java without installing extra Tools....Discover how to implement full-text search implementation in Java and easily search specific word in documents using Java without installing extra tools.

    kb.groupdocs.com/search/java/search-specific-wo...
  9. Search with Aliases in Document using Java

    Efficiently search with aliases in document using Java. Learn techniques To enhance document search with aliases in Java for better results and performance....Efficiently search with aliases in document using Java. Learn techniques to enhance document search with aliases in Java for better results and performance.

    kb.groupdocs.com/search/java/search-with-aliase...
  10. Extract Images from XLSX using C#

    Learn how To extract images from XLSX using C# with step-by-step guide. Get practical C# code To extract images from XLSX and enhance your data extraction workflow....Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow.

    kb.groupdocs.com/parser/net/extract-images-from...