Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 10,609 for

new

(0.07 sec)
  1. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  2. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-file-info/
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = New LoadOptions(FileFormat.Spreadsheet); const metadata = New groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript try { var loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( OutputStream stream = new FileOutputStream ( Constants...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/save-specifi...
  6. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...pages. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = New FileInputStream(Constants.InputDoc)) { try (Metadata metadata = New Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Consulting Blog Knowledge Base New Releases Status Websites aspose...doc" try ( InputStream stream = new FileInputStream ( Constants ...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  8. Load document from local disk | Documentation

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...local disk: const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...disk. Signature signature = new Signature ( "sample.docx" );...

    docs.groupdocs.com/signature/java/load-document...
  10. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...