Sort Score
Result 10 results
Languages All
Labels All
Results 8,261 - 8,270 of 12,713 for

to

(0.07 sec)
  1. Manage User Permissions by Replacing HTTP Handl...

    Greetings everyone! As you may know, GroupDocs.Viewer allows you To open and browse different types of documents (PDF, Word, Excel, etc.) in a browser, without any third-party plugins or programs. The viewer simply converts documents To a set of images, HTML, CSS and SVG and combines them To render the documents in HTML pages. GroupDocs.Viewer has several implementations designed for different platforms and forms of distribution. One of them is a ....Greetings everyone! As you may know, GroupDocs.Viewer allows you to open and browse different types of documents (PDF, Word, Excel, etc.) in a browser, without any third-party plugins or programs. The viewer simply converts documents to a set of images, HTML, CSS and SVG and combines them to render the documents in HTML pages. GroupDocs.Viewer has several implementations designed for different platforms and forms of distribution. One of them is a .

    blog.groupdocs.com/viewer/manage-user-permissio...
  2. Annotated document can be downloaded using Grou...

    Keeping cusTomers feedback in view, we are pleased To announce a new version of GroupDocs.Annotation for Java 17.10.1. This release comes with number of bug fixes. The main fix introduced in this release is exception on adding annotation. We recommend you To download this latest release for a better API experience. Java Annotation API v17.10.1 - Fixes SaveAnnotationTextResult is not serialize-able Exception is generated while downloading annotated pdf document Not able To add annotations at all Cannot annotate images Exception generated while importing annotation from diagram AnnotationImageHandler....Keeping customers feedback in view, we are pleased to announce a new version of GroupDocs.Annotation for Java 17.10.1. This release comes with number of bug fixes. The main fix introduced in this release is exception on adding annotation. We recommend you to download this latest release for a better API experience. Java Annotation API v17.10.1 - Fixes SaveAnnotationTextResult is not serialize-able Exception is generated while downloading annotated pdf document Not able to add annotations at all Cannot annotate images Exception generated while importing annotation from diagram AnnotationImageHandler.

    blog.groupdocs.com/annotation/bug-fixes-in-java...
  3. PasswordRequiredException with document securit...

    Hello, If a PDF document has ‘Enable Document Change’ set To false, then GroupDocs throws a PasswordRequiredException - is this intentional behaviour? As the document can still be opened in a PDF viewer without issue?...Hello, If a PDF document has ‘Enable Document Change’ set to false, then GroupDocs throws a PasswordRequiredException - is this intentional behaviour? As the document can still be opened in a PDF viewer without issue?

    forum.groupdocs.com/t/passwordrequiredexception...
  4. Render CAD drawings and models as HTML, PDF, an...

    Convert CAD files (DWG, DGN, DXF) To HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/render-cad...
  5. resume.pdf

    NAME HERE JOB TITLE HERE PROFILE Want To put your own image in the circle? It is easy! Select the image and do a right mouse click. Select “Fill” from the shortcut menu. Choose Picture… from the li......NAME HERE JOB TITLE HERE PROFILE Want to put your own image in the circle? It is easy! Select the image and do a right mouse click. Select “Fill” from the shortcut menu. Choose Picture… from the li...

    docs.groupdocs.com/viewer/net/images/rendering-...
  6. GroupDocs Regarding Excel and DOCX files Previe...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application To convert document files (e.g., Word, Excel) To HTML for preview purposes. However, I have encountered some issues during the conversion: When c…...Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have encountered some issues during the conversion: When c…

    forum.groupdocs.com/t/groupdocs-regarding-excel...
  7. Render RTF as HTML using Python

    Learn how To render RTF as HTML using Python and easily create HTML pages from RTF in Python while preserving formatting, layout, and style for web display....Learn how to render RTF as HTML using Python and easily create HTML pages from RTF in Python while preserving formatting, layout, and style for web display.

    kb.groupdocs.com/viewer/python/render-rtf-as-ht...
  8. Features overview | Documentation

    Render documents To HTML, PNG, JPEG, PDF. Extract text, list attachments, and transform pages with GroupDocs.Viewer for Python....Render documents to HTML, PNG, JPEG, PDF. Extract text, list attachments, and transform pages with GroupDocs.Viewer for Python.

    docs.groupdocs.com/viewer/python-net/features-o...
  9. Announcing Hotfix release of GroupDocs.Conversi...

    This blog post covers the hotfix introduced in GroupDocs.Conversion for Java 17.7.1. In previous version of the API there were formatting issues in DOCX To PDF conversion on different platforms/environments. But now API permits developers To get font direcTories where they can add fonts and expel formatting issues in the output document. We would recommend you To explore the release and enhance your document conversion experience for multiple platforms....This blog post covers the hotfix introduced in GroupDocs.Conversion for Java 17.7.1. In previous version of the API there were formatting issues in DOCX to PDF conversion on different platforms/environments. But now API permits developers to get font directories where they can add fonts and expel formatting issues in the output document. We would recommend you to explore the release and enhance your document conversion experience for multiple platforms.

    blog.groupdocs.com/conversion/announcing-hotfix...
  10. Load password-protected file | Documentation

    Load password-protected file In order To open password-protected documents, you have To pass your password To LoadOptions class construcTor or assign it To its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final RedacTor redacTor = new RedacTor("protected_sample.docx", loadOptions); try { // Here we can use document instance To perform redactions redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions("[personal]"))); redacTor.save(); } finally { redacTor.close(); }...Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/load-password...