Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 10,655 for

new

(0.17 sec)
  1. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...jpg" try ( Metadata metadata = new Metadata ( Constants . InputJpeg...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = New Metadata(Constants.InputOne)) { // 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 .NET examples GroupDocs.Metadata for Java examples...Consulting Blog Knowledge Base New Releases Status Websites aspose...one" try ( Metadata metadata = new Metadata ( Constants . InputOne...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  3. Set image quality | Documentation

    The page describes how to set the quality of an image added to a document....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf-file"...

    docs.groupdocs.com/annotation/net/change-image-...
  4. File Size Increase on Conversion to HTML – Grou...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have noticed that the converted HTML files are significantly …...converter = new Converter(documentPath)) { var options = new WebConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/file-size-increase-on-con...
  5. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  6. PDF Parsing Extracts only 4 Pages in C# - Free ...

    Hey, I encountered an issue when trying to parse a pdf file, I am able to get only the first 4 pages of the document. I am using the .NET version of the groupdocs.parser this is the test file that I am using - cookies…...extraction code: var license = new License(); license.SetLicense(“...text; using (Parser parser = new Parser(“ filepath ”)) { using...

    forum.groupdocs.com/t/pdf-parsing-extracts-only...
  7. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document that contains only specified...

    docs.groupdocs.com/merger/python-net/extract-pa...
  8. Get the width and height of the document pages ...

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

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  9. Adjusting comparison sensitivity | Documentation

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/adjusting-co...
  10. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/indexing-...