Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 12,110 for

format

(0.16 sec)
  1. How to Convert DOCX to DOC using C#

    In this article, you will explore how to convert DOCX to DOC using C# without installing extra software. Also, we will provide the code to export DOCX to DOC in C#....the newer DOCX format to the older DOC format using C#? In this...DOCX is the XML-based file format used by Microsoft Word from...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. CAD Document Support Introduced- GroupDocs.Conv...

    When you need to convert image file into other document Format it seems very difficult task and when it comes to convert AutoCad drawing document into other document Format like PDF, Cells , HTML etc. it seems almost impossible with ordinary tools available in market. At GroupDocs we always tries to provide something innovative to our users, in this regard we are happy to announce another monthly release of GroupDocs....image file into other document format it seems very difficult task...document into other document format like PDF, Cells , HTML etc...

    blog.groupdocs.com/conversion/enhanced-autocad-...
  3. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for .NET....JSON, XML or other web data formats. To convert your document to...to XML or JSON format, specify the desired format using the property...

    docs.groupdocs.com/conversion/net/convert-to-da...
  4. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API.... Diagram files include formats like VSD, VSDX, VDX, VSDM,...and other Microsoft Visio formats. The following options are...

    docs.groupdocs.com/conversion/net/load-diagram-...
  5. Bulleted List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....report in Presentation Document format based on the use case: Working...products in a bulleted list format. A report must be generated...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  6. PDF & Word Reports from XML in Java | XML to PD...

    Automate reports generation by converting XML data into PDF & DOC/DOCX via text based templates using Java API by GroupDocs....After receiving the data in XML format, as a developer, you can convert...other better human-readable format like PDF or MS Word document...

    blog.groupdocs.com/assembly/generate-reports-fr...
  7. GroupDocs.Conversion for .NET 26.1 – 最新更新和修复(20...

    探索 GroupDocs.Conversion for .NET 26.1 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...API 更改(向后兼容) # 多个加载和转换选项类的 Format 属性现在接受用于 FlatOpc 处理的新枚举值。 类...属性 新枚举值 WordProcessingLoadOp Format WordProcessingFileTy.FlatOpc...

    blog.groupdocs.com/zh/conversion/groupdocs-conv...
  8. Save Signed Images With Various Output Types | ...

    id: save-signed-images-with-various-output-types url: signature/net/save-signed-images-with-various-output-types title: Saving signed images with various output types weight: 2 description: “This article explains how to save images with various image Format types.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False Signature class supports saving of Image signed documents with various image Format types and extended options. Following classes are inherited from base class SaveOptions and allows to specify additional output image Format settings....save images with various image format types.” keywords: productName:...documents with various image format types and extended options...

    docs.groupdocs.com/signature/net/developer-guid...
  9. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…...support working with the XML format. You can verify this by reviewing...reviewing the list of supported formats in our documentation , where...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD Format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image Format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd.... JPEG, JPG, PNG) to PSD format and redesign it as per your...Specify resultant image format using Format property of ImageConvertOptions...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...