Sort Score
Result 10 results
Languages All
Labels All
Results 5,401 - 5,410 of 16,722 for

file

(2.34 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

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

    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(); 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....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. render-project-with-time-unit-outputs.zip

    render_project_with_time_unit/output_1.html ID Task Name Duration Start Finish Predecessors Resource Names Jun '08 Jul '08 Aug '08 Sep '08 Oct '08 Nov '08 Dec '08 Jan '09 Feb '09 Mar '09 Apr '09 Ma......days Civil Engineer Builder 29 File Grading Permit Application 1...7/07/08 16 Builder Builder 30 File Building Permit Application...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  4. Conversion.NETFramework starting v25.12 and up,...

    Hello, until version 25.11 the integration into a COM object was seamless. Since version 25.12, with the integration of the embedded fonts, using Value Tuple, it is no more possible to integrate into COM as it leads to l…...fails with a “Could not load file or assembly ‘System.ValueTuple…’”...fails (e.g., the “Could not load file or assembly …” message)? CyrusDaVirus...

    forum.groupdocs.com/t/conversion-netframework-s...
  5. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....(MKV) files Working with metadata in Matroska (MKV) files Leave...format-specific information from MKV files. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Performance Issues (CPU usage close to 100%) - ...

    Hello, We are customers of GroupDocs, we bought an SITE OEM license (if you need more information please ask). We have deployed GroupDocs Viewer (java) on production an we are experiencing some serious performance issu…...user to view a pdf or a ppt file (attached) and the CPU goes...specify it. We have tested your files (pdf.pdf and Topic11SortingAndSea...

    forum.groupdocs.com/t/performance-issues-cpu-us...
  7. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....PPTX (PowerPoint Open XML) files can greatly enhance operations...barcode extraction from PPTX files Instantiate a Parser object...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. GroupDocs.Merger for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Merger for .NET 25.11. Available now on NuGet and GroupDocs website....MERGERNET-1007 Merging several Word files can create duplicate pages....inclusive” when merging two DOCX files. Bug MERGERNET-987 Merged document...

    blog.groupdocs.com/merger/groupdocs-merger-for-...
  9. Delete indexed paths | GroupDocs

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....indexed files and folders from an index. Only files or folders...is not possible to remove a file or folder from the index that...

    docs.groupdocs.com/search/java/delete-indexed-p...
  10. GroupDocs.Viewer.for.Java pdf conversion issues...

    Hi, We are working on migrating to GroupDocs for java form GroupDocs for .Net. There seems to be an issue with conversion of some pdf Files. 133d0a13-88f2-434e-a7a1-23579c4c5670.pdf (399.2 KB) Resulting conversion us…...with conversion of some pdf files. 133d0a13-88f2-434e-a7a1-23579c4c5670...I’ve checked the attached PDF file and 2 images, and also converted...

    forum.groupdocs.com/t/groupdocs-viewer-for-java...