Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 13,471 for

file

(0.16 sec)
  1. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....docx" )) { // Create an HTML file. HtmlViewOptions viewOptions..."sample.docx" ) ' Create an HTML file. Dim viewOptions As HtmlViewOptions...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  2. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications....pptx" )) { // Create an HTML file. HtmlViewOptions viewOptions..."sample.pptx" ) ' Create an HTML file. Dim viewOptions As HtmlViewOptions...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  3. Rotate pages | Documentation

    This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....docx" )) { // Create a PDF file. PdfViewOptions viewOptions..."sample.docx" ) ' Create a PDF file. Dim viewOptions As PdfViewOptions...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  4. NoClassDefFoundError javax/xml/bind/DatatypeCon...

    This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter...bind for working with PDF files, that is; in case of using Java...is required to work with PDF file types, it is required to add...

    docs.groupdocs.com/viewer/java/noclassdeffounde...
  5. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....Converter class and pass the Excel file to the constructor Instantiate...the name of the converted PDF file as well as the PdfConvertOptions...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. C# Convert PPT to PDF | PPTX to PDF | Presentat...

    Convert PowerPoint PPT, PPTX to PDF in .NET. C# code examples show the conversion of selective, consecutive slides, and watermarking using Conversion API....one of the most commonly used file formats. PPT and PPTX formats...solution to the above-mentioned file format conversion. GroupDocs...

    blog.groupdocs.com/conversion/convert-presentat...
  7. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Java without a license (Evaluation Limitations)... Set License from File The following code snippet shows...shows how to set a license from file: Java import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/licensing-an...
  8. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Support of .NET Standard 2.0 in GroupDocs.Viewe...

    Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you. Support of .NET Standard 2.0 As promised, we have added the support of ....supported file formats and added the support of Gnu Zipped Files (.gzip)...versions have been fixed. Tiff files are rendered incorrectly. Incorrect...

    blog.groupdocs.com/viewer/support-of-net-standa...
  10. Merge Excel Files and Spreadsheets using C# | C...

    Combine Excel spreadsheet Files using C#. Merge specific sheets of XLS/XLSX Files using .NET merger API by GroupDocs....Merging data from two spreadsheet files is not a difficult task in Excel...about if you have to combine files in large numbers? Don’t think...

    blog.groupdocs.com/merger/merge-excel-files-and...