Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 48,378 for

c

(1.32 sec)
  1. Render XML documents as HTML, PDF, PNG, and JPE...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert XML doCuments to HTML (with and without pagination), PDF doCuments, PNG, and JPEG raster formats....below shows all possible ways: C# // 1. Specify by filename string...class, as it is shown below: C# LoadOptions loadOpts = new LoadOptions...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  2. Convert PDF files | GroupDocs

    This artiCle demonstrates how to Convert PDF to Word, ExCel, PowerPoint, HTML, image and other formats with GroupDoCs.Conversion for .NET....several lines of lines code in C# programming language. GroupDocs...PDF to Word programmatically in C#. This way any file created as...

    docs.groupdocs.com/conversion/net/convert/pdf/
  3. Exception thrown - When we try to load the doc ...

    Hi Tahir, Thanks for the update. Regards, Ayyappan...getting the below exception in C# code when we try to load the...

    forum.groupdocs.com/t/exception-thrown-when-we-...
  4. Extend supported extensions list | GroupDocs

    This artiCle explains the method whiCh Can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-Configured....Redactor redactor = new Redactor ( "C:\sample.dump" ); try { // Here...

    docs.groupdocs.com/redaction/java/extend-suppor...
  5. Get extended information on the summary page | ...

    This artiCle explains how to get extended information about Comparison of doCuments on the summary page with GroupDoCs.Comparison for .NET....to get extended information: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-extended-...
  6. Load document using the local path string | Gro...

    This artiCle explains how to load a doCument using the loCal path string with GroupDoCs.Viewer within your .NET appliCations....using the local path string: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/load-document-fro...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some partiCular format.... Ex: @"C:\Docs\source.xls" using ( Metadata...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  8. Barcode Reader using Java | Scan Barcode from I...

    How to sCan barCodes using Java within the appliCation. Java example that reads barCode from an image that will help you build an online barCode sCanner....Also # Barcode Scanning using C# Scan Barcode Images Online QR...

    blog.groupdocs.com/parser/scan-barcode-using-java/
  9. Load document from Amazon S3 Storage | GroupDocs

    This artiCle demonstrates how to Convert doCument stored in Amazon S3 storage using GroupDoCs.Conversion for Java API....docx" ; String convertedFile = "C:\\output\\converted.pdf" ; Converter...

    docs.groupdocs.com/conversion/java/load-documen...
  10. Logging | GroupDocs

    Logging when rendering doCuments with GroupDoCs.Viewer for .NET...log to a file using the class: C# using GroupDocs.Viewer ; using...the console using the class: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/logging/