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

c

(0.05 sec)
  1. List of Fonts Group Docs provide for PDF Conver...

    I want to know the list of Fonts that GroupdoCs will provide for PDF Generation...specify font substitutions in C#: using GroupDocs.Conversion;...

    forum.groupdocs.com/t/list-of-fonts-group-docs-...
  2. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreaCh loop, that enCloses a drawn line, the line is only shown on the first iteration of the loop. WhiCh is where it shows in the template. Is there a way to get the line to be shown for eaCh iteration?... There’s a C# project in the zip file. A template...

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...
  3. Save a modified file to a stream | Documentation

    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...
  4. Rotating PDF documents | Documentation

    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...
  5. Load from a stream | Documentation

    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. Add watermarks to images | Documentation

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

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Load custom fonts | Documentation

    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...
  8. Disable image comparison in PDF documents | Doc...

    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...
  9. Render with responsive layout | Documentation

    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 | Document...

    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...