Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 11,831 for

format

(0.14 sec)
  1. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom......Convert CSV to PDF & Word formats with templates using C#. Automate...converting CSV to PDF & Word formats using templates in Java. Automate...

    blog.groupdocs.com/categories/groupdocs.assembl...
  2. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....redacted document is saved in PDF format result_path = redactor . save...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  3. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Managing metadata for specific formats / Images / Working with DICOM...Metadata API supports extracting format-specific information from DICOM...

    docs.groupdocs.com/metadata/net/working-with-di...
  4. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...spreadsheet colors of conditional formatting not converted correctly Unable...in a whopping 2.59gig Text formatting style / background color...

    forum.groupdocs.com/t/free-support-policies/6034
  5. Load Document | GroupDocs

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API....Editor automatically detects the format of the input document and applies...note that not all document formats have appropriate classes that...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  6. Convert Common Document Types to PDF and Image ...

    Meet the all new GroupDocs.Conversion for Java library – a multi-Format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed as a middleware to make it easy to integrate the converter into any ECM, CMS, or Java app. In this first release, the library already supports over 50 file Formats and allows you to convert literally all common business documents to PDF and raster images....for Java library – a multi-format document converter with support...already supports over 50 file formats and allows you to convert literally...

    blog.groupdocs.com/conversion/convert-common-do...
  7. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....to convert XLSX files to CSV format. For more information, please...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....transform XLSX file into CSV format. For further insight, you may...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....convert any XLSX file to JPG format after installing .NET only...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML Format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....document loaded from a non-HTML format is being saved to HTML. From...

    docs.groupdocs.com/assembly/java/saving-to-html...