Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 12,279 for

new

(0.09 sec)
  1. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...ExtractUsingType try ( Metadata metadata = new Metadata ( Constants . InputDocx...

    docs.groupdocs.com/metadata/java/extracting-pro...
  2. Table Extraction on GroupDocs Blog | Document A...

    Table Extraction on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Table Extraction on GroupDocs Blog | Document Automation Solutions for .NET & Java De......12월 릴리스 하이라이트 Explore what’s new in GroupDocs.Parser for .NET...11월 릴리스 하이라이트 Explore what’s new in GroupDocs.Parser for .NET...

    blog.groupdocs.com/ko/tag/table-extraction/inde...
  3. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = New Converter(() => ms); var convertOptions = New PdfConvertO…...converter = new Converter(() => ms); var convertOptions = new PdfConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  4. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  5. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . PngWithXmp...

    docs.groupdocs.com/metadata/net/working-with-xm...
  6. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Consulting Blog Knowledge Base New Releases Status Websites aspose...IndexRepository indexRepository = new IndexRepository (); // Creating...

    docs.groupdocs.com/search/nodejs-java/search-in...
  7. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/updating-mult...
  8. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = New Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Consulting Blog Knowledge Base New Releases Status Websites aspose...ProjectManagementRea try ( Metadata metadata = new Metadata ( Constants . InputMpp...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer Java API to convert archive files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "Documents.zip" )) {...

    docs.groupdocs.com/viewer/java/old-render-archi...
  10. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...Consulting Blog Knowledge Base New Releases Status Websites aspose...pages = new ArrayList <>(); try ( Viewer viewer = new Viewer (...

    docs.groupdocs.com/viewer/java/save-output-to-s...