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

(c )

(0.47 sec)
  1. 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...
  2. Rotating PDF documents | GroupDocs

    The page describes how to rotating the PDF document pages using GroupDocs.Annotation for .NET API....page by 90 degrees clockwise: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/rotatitng-pdf...
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\test.png" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java... Ex: @"C:\Docs\test.png" try ( Metadata...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // 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 .... Ex: @"C:\Docs\source.doc" try ( InputStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  6. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....fonts and compare documents: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/load-custom-f...
  7. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....comparison in PDF documents: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/disable-image...
  8. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using Java.... Ex: "C:\\Docs\\image.tiff" TiffImageLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....HTML with responsive layout: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-with-respo...
  10. Load document from Amazon S3 Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Amazon S3 storage when using GroupDocs.Annotation for .NET....document from Amazon S3 Storage: C# string key = "sample.pdf" ; using...

    docs.groupdocs.com/annotation/net/load-document...