Sort Score
Result 10 results
Languages All
Labels All
Results 7,231 - 7,240 of 31,393 for

new

(0.07 sec)
  1. Working with EXIF metadata | Documentation

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

    docs.groupdocs.com/metadata/net/working-with-ex...
  2. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputPdf...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. eSigning API multiple calls issue in .NET - Fre...

    Hi, We’re using the Signature API to sign a pdf in memory using memory streams. This works fine when called in a single thread. However, this is used in an intranet API and multiple calls are possible. And once the code…...destination = new MemoryStream()) { using (var ms = new MemoryStream(pdfBytes))...signature = new Signature(ms)) { var digitalSignOptions = new Digit...

    forum.groupdocs.com/t/esigning-api-multiple-cal...
  4. Showcase on GroupDocs Blog | Document Automatio...

    Showcase on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Showcase on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Announc......Java Developers Announcing a new Modern UI for GroupDocs.Viewer...moment for me to announce that a new UI for GroupDocs.Viewer for Java...

    blog.groupdocs.com/tag/showcase/index.xml
  5. Email Annotation on GroupDocs Blog | Document A...

    Email Annotation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Email Annotation on GroupDocs Blog | Document Automation Solutions for .NET & Java De......annotation API version, where new file formats are introduced in...document format list and also new features are introduced . The...

    blog.groupdocs.com/tag/email-annotation/index.xml
  6. Diagram on GroupDocs Blog | Document Automation...

    Diagram on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Diagram on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Get Avail...... In this monthly release new document conversion features...to download the new release and use the new exciting features...

    blog.groupdocs.com/tag/diagram/index.xml
  7. GroupDocs.Metadata Releases on GroupDocs Blog |...

    GroupDocs.Metadata Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Releases on GroupDocs Blog | Document Automation Soluti......GroupDocs team is introducing new features and enhancements in...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/tag/groupdocs.metadata-relea...
  8. GroupDocs.Assembly for .NET 19.10 Release Notes

    GroupDocs.Assembly for .NET 19.10 Release Notes – the latest updates and fixes.... It includes not only new and obsoleted public methods...DocumentAssembler assembler = new DocumentAssembler(); assembler...

    releases.groupdocs.com/assembly/net/release-not...
  9. TextStyle Constructor - GroupDocs.Parser for .N...

    Initializes a New instance of the TextStyle class....TextStyle Constructor Initializes a new instance of the TextStyle class... bool isItalic ) Public Sub New ( name As String , fontName As...

    apireference.groupdocs.com/parser/net/groupdocs...
  10. GroupDocs.Editor for Java 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for Java 18.9 Major Features Cells support The main feature of the third version of GroupDocs.Editor for Java is a Cells support. List of supported Cells formats are: XLSX Excel97-2003 XLS XLSM format, which enable macros XLTX XLTM format, which enable macros CSV (Comma Separated Value) format Tab delimited text file ODS (OpenDocument Spreadsheet) Excel 2003 XML format XLSB (binary) For text-based formats like CSV or tab-delimited GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Cells module New properties in TextLoadOptions New option to optimize...

    docs.groupdocs.com/editor/java/groupdocs-editor...