Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 4,001 for

editing

(0.36 sec)
  1. Wingsdings Font - issue while converting word t...

    Screenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in screenshot if we are trying to convert to pdf it is getting converted as ‘-’ Screenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)...Java” Product of Enterprise Edition sonamsinha December 17, 2024...

    forum.groupdocs.com/t/wingsdings-font-issue-whi...
  2. 在 C# 中編輯 Excel 文件 |構建您自己的在線 Excel 工作表編輯器

    使用 C# 示例解釋編輯 Excel 文件,以使用電子表格和文檔編輯 API 在您的 .NET 應用程序中編輯 XLS、XLSX、ODS 文件。...Edit(sheetTab1EditOptions); string...

    blog.groupdocs.com/zh-hant/editor/edit-excel-fi...
  3. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to eBook formats (EPUB, MOBI, AZW3) with page size, orientation, and other customizations using GroupDocs.Conversion for .NET....Google Play Books Adobe Digital Editions Most e-readers (except Amazon...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  4. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for .NET....can be used to create, open, edit, and export these .cad files...

    docs.groupdocs.com/conversion/net/convert/cad/
  5. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Node.js via Java....can be used to create, open, edit, and export these .cad files...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...2023, 10:27am 9 @smauro We edited the Docker file with the following...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  8. Manage EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API....images but also it can add, edit, update, and remove metadata...

    blog.groupdocs.com/metadata/manage-exif-data-in...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Handle EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manipulate EXIF metadata of images in Java. Extract, update, add or remove EXIF data of JPG/JPEG, PNG, WebP, or other images programmatically using Java API....or WebP but also it can add, edit, update, and remove metadata...

    blog.groupdocs.com/metadata/handle-exif-data-of...