Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 2,126 for

properties

(0.05 sec)
  1. Save Assembled Word Processing, Presentation, S...

    The HTML format is widely used for creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, contains the built-in web browser that supports viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the content that is available in the form of HTML pages can easily be viewed just having installed a web browser....resources, we have added a new property ResourceSaveFolder to the...

    blog.groupdocs.com/assembly/save-assembled-word...
  2. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Adding metadata Getting known property descriptors Working with interpreted...

    docs.groupdocs.com/metadata/nodejs-java/advance...
  3. DjVu EMF WMF DICOM and OTP formats are introduc...

    GroupDocs.Conversion for .NET API supports document conversion operations back and forth over 50 documents and image file formats but we are expanding its feature and trying to add more document and image format support .In this regard are happy to announce another monthly release of GroupDocs.Conversion for .NET 16.11.0 API. This release has included new features like return possible conversions , page count from file and stream also added support for new file formats DjVu, EMF, WMF, DICOM, OTP along with some improvements and fixes....working Mssing “Fixedlayout” Property while Updating VB Example...

    blog.groupdocs.com/conversion/groupdocs-convers...
  4. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....PageNamePrefix property Improve compression for rendering...

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  5. Export styles during document editing | Documen...

    This article describes the procedure of preserving and exporting all build-in and custom styles in the source WordProcessing document during its editing....is preserved in the custom property “-gd-style-name”. Because...style identifier in the custom property “-aw-style-name”. The class...

    docs.groupdocs.com/editor/net/styles-export/
  6. Adding class name to input controls | Documenta...

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for .NET API features....(“Insert > Quick Parts > Document Property/Field”). supports all of these...in the InputControlsClassNa property. As a result, two resultant...

    docs.groupdocs.com/editor/net/adding-class-name...
  7. Viewer doesn't load document with lot of 404s f...

    Hi, Just upgraded to 8.0.7. and our site is hosted on azure app service, and it’s behind gateway. so instead of “https://sample.com” host name for “get-page” call is “https://sample.azurewebsites.net” Did bit more inve…...List<string>(); foreach (var property in values.GetType().GetProperties())...{ var key = property.Name; var value = property.GetValue(values...

    forum.groupdocs.com/t/viewer-doesnt-load-docume...
  8. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Model ) and ignores the and property values. To create an individual...Viewer introduces a new public property within the class — the setEnablePerformance(...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  9. 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(); }...assign it to its Password property of an instance of LoadOptions...

    docs.groupdocs.com/redaction/java/load-password...
  10. Remove form fields | Documentation

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API....the setRemoveFormFields() property to true in . The following...

    docs.groupdocs.com/viewer/java/optimization-pdf...