Sort Score
Result 10 results
Languages All
Labels All
Results 9,251 - 9,260 of 46,628 for

(c )

(0.05 sec)
  1. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....save the range of document page: C# // for this example input document...

    docs.groupdocs.com/annotation/net/save-specific...
  2. Load document from local disk | Documentation

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....converter = new Converter ( "c:\\files\\sample.docx" ); PdfConvertOptions...

    docs.groupdocs.com/conversion/java/load-documen...
  3. 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-...
  4. 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-...
  5. 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...
  6. 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...
  7. 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... Ex: @"C:\Docs\source.one" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  8. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....LoadFromLocalDisk var inputPath = @"C:\Docs\source.one" ; using ( Metadata...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  9. Set image quality | Documentation

    The page describes how to set the quality of an image added to a document....how to set the image quality: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/change-image-...
  10. 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... Ex: @"C:\Docs\test.jpg" try ( Metadata...

    docs.groupdocs.com/metadata/java/save-a-modifie...