Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 15,965 for

file

(2.64 sec)
  1. Load from Stream | GroupDocs

    This article shows that how to load File from stream using redaction API...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/python-net/load-fr...
  2. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....try { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  3. How to load password-protected document | Group...

    This article explains how to load password protected document with GroupDocs.Signature API....= 100 }; // sign document to file signature . Sign ( "SignedSampleProtecte"...

    docs.groupdocs.com/signature/net/load-password-...
  4. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....pdf-file" )) { AreaAnnotation area =...

    docs.groupdocs.com/annotation/net/apply-roles/
  5. Releasing GroupDocs.Viewer for .NET 3.6.0 - New...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version. Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....the hidden pages for MS Visio files Set default font when rendering...rendering Words documents LaTeX file format viewing support Support...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  6. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....from images, audio and video files Calculating common document...the format and MIME type of a file by its internal structure Working...

    docs.groupdocs.com/metadata/java/features-overv...
  7. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....embed as Base64, save to the file system with ImagesRelativePath...conversion warnings. Loading files Markdown flavor control Convert...

    docs.groupdocs.com/markdown/net/advanced-usage/
  8. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....save a document to any custom file at any location on the local..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....config project files. The following example shows...20.6.1 and earlier. Project file <configuration> <!--...--> <runtime>...

    docs.groupdocs.com/viewer/net/limitations-when-...
  10. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....( output_file_path , source_file_path , target_file_path ): #...with gc . Comparer ( source_file_path , load_options ) as comparer...

    docs.groupdocs.com/comparison/python-net/load-c...