Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 10,575 for

new

(0.04 sec)
  1. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/implement-cust...
  2. 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...
  3. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/update-index/
  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 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...
  5. Extract tables from document | Documentation

    This article explains that how to extract tables from document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Check...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  6. Add ellipse annotation | Documentation

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-ellipse-...
  7. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/java/split-text-file/
  8. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/net/split-text-file/
  9. Load document from Azure Blob Storage | Documen...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" ; String outputFilePath = new File ( Constants . OutputPath...

    docs.groupdocs.com/signature/java/load-document...
  10. Sent date not preserved whern converting eml to...

    Hello When I convert an eml file to a msg file, sent date is not preserved. I tried to force PreserveOriginalDate to True, even if default value is true but result is the same. If I convert the generated msg file to pd…...EmailLoadOptions loadOptions = new GroupDocs.Conversion.Options...using (Converter converter = new Converter(fileName, () => loadOptions))...

    forum.groupdocs.com/t/sent-date-not-preserved-w...