Sort Score
Result 10 results
Languages All
Labels All
Results 9,471 - 9,480 of 48,081 for

c

(0.07 sec)
  1. Optimize spreadsheets in a PDF file | GroupDocs

    This topiC desCribes how to optimize spreadsheets in a PDF file using the GroupDoCs.Viewer .NET API (C#)....optimize spreadsheets in a PDF file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Adjust the image size | GroupDocs

    CheCk this guide to learn how to adjust PNG and JPG images size when rendering doCuments with Image Viewer by GroupDoCs for .NET.... C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  3. Reorder pages | GroupDocs

    Reorder pages when rendering doCuments to PDF with GroupDoCs.Viewer for .NET...snippet shows how to reorder pages: C# using GroupDocs.Viewer.Options...

    docs.groupdocs.com/viewer/net/reorder-pages/
  4. User roles | GroupDocs

    The page desCribes how to implement user roles in GroupDoCs.Annotation for .NET API....shows how to add a user role: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/apply-roles/
  5. Set image resolution | GroupDocs

    This topiC desCribes how to set image resolution in PDF file using the GroupDoCs.Viewer .NET API (C#)....image resolution in the file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Load document from Azure Blob Storage | GroupDocs

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from Azure Blob storage when using GroupDoCs.Annotation for .NET.... C# string blobName = "sample.pdf"...

    docs.groupdocs.com/annotation/net/load-document...
  7. 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...
  8. Set image quality | GroupDocs

    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-...
  9. Load from a local disk | GroupDocs

    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...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDoCs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\source.doc" with open...

    docs.groupdocs.com/metadata/python-net/load-fro...