Sort Score
Result 10 results
Languages All
Labels All
Results 9,451 - 9,460 of 49,302 for

c

(0.25 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Load custom fonts | GroupDocs

    Supply Custom font direCtories via LoadOptions.FontDireCtories so GroupDoCs.Comparison for .NET Can CorreCtly render and Compare doCuments that use non-standard or missing fonts....fonts and compare documents: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/load-custom-f...
  5. 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...
  6. 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...
  7. Tiling Watermark on GroupDocs Blog | Document A...

    Tiling Watermark on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Tiling Watermark on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java De...... タイル透かしを生成する方法 C#、Java、Node.js を使用してドキュメントのタイル...

    blog.groupdocs.com/ja/tag/tiling-watermark/inde...
  8. 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...
  9. In-Table List in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Presentationformat based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft PowerPoint DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab....Sum ( c => c.Price )]>><</ foreach >> Total:...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  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...