Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 2,801 for

pdf editor

(0.12 sec)
  1. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark....Editor Product Solution GroupDocs...document. Ex: @"C:\Docs\document.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/adding-waterma...
  2. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Node.js via Java API....Editor Product Solution GroupDocs...outputPath = "LoadDocumentFromStre.pdf" try { const readStream = fs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. Load file from Amazon S3 storage | GroupDocs

    This article demonstrates how to convert file stored in Amazon S3 storage using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...( @"c:\output" , "converted.pdf" ); using ( Converter converter...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. 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....Editor Product Solution GroupDocs...viewer = new Viewer ( "sample.pdf" )) { // Get file information...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  5. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...codice i file markdown in formato PDF in Java. Markdown è un linguaggio...quasi tutti i browser e gli editor di testo. La sua enorme compatibilità...

    blog.groupdocs.com/it/groupdocs.blog/page/21/
  6. Add dropdown component | GroupDocs

    The page describes how to add dropdown component to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { DropdownComponent dropdown...

    docs.groupdocs.com/annotation/net/add-dropdown-...
  7. Add distance annotation | GroupDocs

    The page describes how to add distance annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { DistanceAnnotation distance...

    docs.groupdocs.com/annotation/net/add-distance-...
  8. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { ReplacementAnnotatio replacement...

    docs.groupdocs.com/annotation/net/add-replaceme...
  9. 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....Editor Product Solution GroupDocs..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Verify Document for Signatures | GroupDocs

    This topic explains how to verify documents for various electronic signatures with GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs... Signature ( "sample_signed.pdf" ) as sign : # Create verification...

    docs.groupdocs.com/signature/python-net/verify-...