Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 16,315 for

file

(0.61 sec)
  1. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Troubleshooting checklist Confirm the file path exists and is readable...

    docs.groupdocs.com/parser/python-net/errors-and...
  2. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  3. Add password to PDF with permissions | GroupDocs

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/add-passwo...
  4. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/python-net/remove-pages/
  5. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-document-p...
  6. search.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/search/java/weekly0.5https://docs.groupdocs.com/search/java/about-search-engines/we......com/search/java/get-supported-file-formats/weekly0.5https://docs...groupdocs.com/search/java/text-file-encoding-detection/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/search.xml
  7. Launch in operating systems other than windows ...

    Limitations Because of the lack of Windows fonts in target OS (Android, macOS, Linux, etc), fonts used in documents are substituted with available fonts, this might lead to inaccurate document layout when rendering the document to PNG, JPG, and PDF. If GroupDocs.Watermark for .NET Standard is intended to be used in a Linux environment, an additional NuGet package should be referenced to make it work correctly with graphics: SkiaSharp.NativeAssets.Linux for Ubuntu (it also should work on most Debian-based Linux distributions) or Goelze....csproj file. < ItemGroup > < RuntimeHostConfigura...symlinks, headers, and object files needed to compile and link programs...

    docs.groupdocs.com/watermark/net/launch-in-oper...
  8. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....2 } } }; // sign document to file signature . Sign ( "signed.pdf"...MS" }, }; // sign document to file signature . Sign ( "signed.docx"...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loading of external resources during conversion...various types of content or files that are not directly embedded...html groupdocs.html is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/skip-loading...
  10. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files.... a file to update Specify a predicate...existing metadata packages in the file Check the actual number of added/updated...

    docs.groupdocs.com/metadata/java/set-metadata-p...