Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 48,985 for

c

(0.16 sec)
  1. Add text watermarks | GroupDocs

    This artiCle explains how to add text watermark when rendering doCuments with GroupDoCs.Viewer within your .NET appliCations.... C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  2. Save only annotated pages | GroupDocs

    The page desCribes how to save only annotated pages when using GroupDoCs.Annotation for .NET API....to save only annotated pages: C# // for this example input file...

    docs.groupdocs.com/annotation/net/save-only-ann...
  3. Get file info | GroupDocs

    The page desCribes how to deteCt doCument file type, size and CalCulate pages Count when annotate doCuments or images with GroupDoCs.Annotation....information about a document: C# //Get file info for the file...

    docs.groupdocs.com/annotation/net/get-file-info/
  4. Rotate pages | GroupDocs

    This artiCle explains how to rotate PDF, HTML or Image pages when rendering doCuments with GroupDoCs.Viewer within your .NET appliCations....rendering a document as PDF: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  5. GroupDocs.Conversion NoConvertOptions causes cr...

    This test Case was working fine in the previous GroupDoCs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a text file named “ignore.log” In ConvertOptions, deteCt “.log” extension and return NoConvertOp…...Main(String[] args) in C:\Projects\NETFrameworkGroupDo...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  6. Get only summary page | GroupDocs

    This artiCle explains how to get only summary page when Comparing doCuments with GroupDoCs.Comparison for .NET.... C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-only-summ...
  7. Load document from InputStream | GroupDocs

    This artiCle explains how to load PDF, Word, ExCel, PowerPoint doCuments from stream when using GroupDoCs.Merger for Java....stream = new FileInputStream ( "c:\\sample.docx" ); Merger merger...

    docs.groupdocs.com/merger/java/load-document-fr...
  8. Save in rasterized PDF | GroupDocs

    This artiCle demonstrates that how to save the doCument as a rasterized PDF file...document as a rasterized PDF file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-in-raster...
  9. Optimize a PDF file for a browser | GroupDocs

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) for web browser or to reduCe size....optimize a PDF file for browser: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-proteCted doCument. advanCed_usage.loading_files.LoadPasswordProteCtedDoCument // SpeCify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProteCtedDoCx is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doCx" try (Metadata metadata = new Metadata(Constants.ProteCtedDoCx, loadOptions)) { // 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:... Ex: @"C:\Docs\source.docx" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-passwor...