Sort Score
Result 10 results
Languages All
Labels All
Results 8,841 - 8,850 of 14,131 for

to

(0.07 sec)
  1. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert document OLE objects in Word documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API....Embed or insert document OLE objects in Word documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API.

    blog.groupdocs.com/merger/insert-ole-objects-in...
  2. Enabling Inline CSS Styles | GroupDocs

    This article describes how To enable the inline styles option for WordProcessing documents To sTore CSS styles directly inside the HTML markup using GroupDocs.EdiTor for Node.js via Java....This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  3. converted-files.zip

    converted-files/annual-review_pdf.pdf ANNUAL REVIEW | 1 ANNUAL REVIEW S U B T I T L E FA B R I K A M T E C H N O L O G Y I N C . | I N F O @ FA B R I K A M . C O M ANNUAL REVIEW | 2 B U S I N E S S......converted-files/annual-review_pdf.pdf ANNUAL REVIEW | 1 ANNUAL REVIEW S U B T I T L E FA B R I K A M T E C H N O L O G Y I N C . | I N F O @ FA B R I K A M . C O M ANNUAL REVIEW | 2 B U S I N E S S...

    docs.groupdocs.com/conversion/python-net/_sampl...
  4. GroupDocs.Total for Java 25.10 – Latest Updates...

    Explore what’s new in GroupDocs.Total for Java 25.10. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Total for Java 25.10. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/total/groupdocs-total-for-ja...
  5. Dynamic Insertion of Hyperlinks in Documents us...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation and Email documents. Furthermore, a bug related To DocumentAssembler is now fixed. We recommend you To install the latest version of the API for a better user experience. Features Introduced Using GroupDocs.Assembly for Java 18.7, you can now insert hyperlinks To your reports dynamically using link tags....We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation and Email documents. Furthermore, a bug related to DocumentAssembler is now fixed. We recommend you to install the latest version of the API for a better user experience. Features Introduced Using GroupDocs.Assembly for Java 18.7, you can now insert hyperlinks to your reports dynamically using link tags.

    blog.groupdocs.com/assembly/dynamic-insertion-o...
  6. Extract ZIP and MOV File Format Metadata using ...

    GroupDocs team is pleased To announce the release of version 17.10 of the GroupDocs.Metadata for .NET API. Keeping in mind cusTomer’s feedback, this release has new features and bug fixes. Users can now extract metadata from ZIP and MOV file formats. Furthermore, few issues reported on forums are also fixed. We, therefore, recommend you To download or update your applications To use the latest version of the API for a better and smoother experience....GroupDocs team is pleased to announce the release of version 17.10 of the GroupDocs.Metadata for .NET API. Keeping in mind customer’s feedback, this release has new features and bug fixes. Users can now extract metadata from ZIP and MOV file formats. Furthermore, few issues reported on forums are also fixed. We, therefore, recommend you to download or update your applications to use the latest version of the API for a better and smoother experience.

    blog.groupdocs.com/metadata/extract-zip-and-mov...
  7. Flash of Unstyled Text if Source Pdf has embedd...

    Hi GroupDocs Support, I encountered an issue when previewing a PDF file using GroupDocs.Viewer. The problem appears To occur because the PDF contains an embedded subset font in Base64 format. The browser needs To decod…...Hi GroupDocs Support, I encountered an issue when previewing a PDF file using GroupDocs.Viewer. The problem appears to occur because the PDF contains an embedded subset font in Base64 format. The browser needs to decod…

    forum.groupdocs.com/t/flash-of-unstyled-text-if...
  8. Edit Markdown documents | GroupDocs

    This guide demonstrates how To edit content of the Markdown documents/files like a common text documents using a GroupDocs.EdiTor for .NET....This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET.

    docs.groupdocs.com/editor/net/edit-markdown/
  9. GroupDocs.Viewer for Java

    This API allows you To view and render any type of file format using Java language on any platform....This API allows you to view and render any type of file format using Java language on any platform.

    kb.groupdocs.com/viewer/java/
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order To use the advanced rasterization options you have To pass one of the options To Save method. In this case the document will be rasterized To PDF, but the scan-like effects will be applied To its pages. The following example demonstrates how To apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import RedacTor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacemenToptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacemenToptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document To be redacted with RedacTor("....Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor(".

    docs.groupdocs.com/redaction/python-net/use-adv...