Sort Score
Result 10 results
Languages All
Labels All
Results 9,331 - 9,340 of 46,749 for

c

(0.16 sec)
  1. Remove annotations | Documentation

    This topiC desCribes how to remove annotations from PDF file using the GroupDoCs.Viewer .NET API (C#)....remove annotations from the file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Remove form fields | Documentation

    This topiC desCribes how to remove form fields from PDF file using the GroupDoCs.Viewer .NET API (C#)....flatten form fields in the file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Load file from Amazon S3 storage | Documentation

    This artiCle demonstrates how to Convert file stored in Amazon S3 storage using GroupDoCs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. Load a password-protected document | Documentation

    This example demonstrates how to load a password-proteCted doCument. advanCed_usage.loading_files.LoadPasswordProteCtedDoCument // SpeCify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProteCtedDoCx is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doCx" try (Metadata metadata = new Metadata(Constants.ProteCtedDoCx, loadOptions)) { // 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:... Ex: @"C:\Docs\source.docx" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  5. Optimize a PDF file for a browser | Documentation

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) for web browser or to reduCe size....optimize a PDF file for browser: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Save in rasterized PDF | Documentation

    This artiCle demonstrates that how to save the doCument as a rasterized PDF file...document as a rasterized PDF file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-in-raster...
  7. Load document from URL | Documentation

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from URL using GroupDoCs.Annotation for .NET....to load a document using URL: C# string url = "https://github...

    docs.groupdocs.com/annotation/net/load-document...
  8. GroupDocs.Metadata Product Family

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....into achieving the same but in C#. If you haven’t visited the last...your images programmatically in C# , then this article will guide...

    blog.groupdocs.com/categories/groupdocs.metadat...
  9. Generate Tiling Watermarks - Enhance Document S...

    DisCover the teChniques to generate tiling watermarks for doCuments using C#, Java, and Node.js. EnhanCe your doCument seCurity with this step-by-step guide....Settings and Options Advanced C# Tiling Watermark Generation Techniques...underlying content. Advanced C# Tiling Watermark Generation Techniques...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  10. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular teChnique to indiCate that the Content or data inside a doCument is Copyrighted. On the other hand, it is also used to plaCe the Company’s logo or some kind of label in the doCuments before they are shared within or outside the Company. However, it is quite hard to apply the watermark to a bunCh of doCuments one by one. It beComes harder if you have doCuments of various formats suCh as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etC.... C# Example - Add Watermark to Multiple...

    blog.groupdocs.com/watermark/add-watermark-to-a...