Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 4,013 for

as

(0.05 sec)
  1. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreach loop, that encloses a drawn line, the line is only shown on the first iteration of the loop. Which is where it shows in the template. Is there a way to get the line to be shown for each iteration?...When using a foreach loop, that encloses a drawn line, the line is only shown on the first iteration of the loop. Which is where it shows in the template. Is there a way to get the line to be shown for each iteration?

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...
  2. "Document is not found. Document ID: 7021" duri...

    Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it bAsed on this description… This is the…...Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it based on this description… This is the…

    forum.groupdocs.com/t/document-is-not-found-doc...
  3. GroupDocs.Annotation for .NET Visual Studio Plu...

    GroupDocs Team always tries to improve user experience and facilitate users to save their precious time and minimize the extra efforts by creating different VS plugins, in this regard we are glad to announce of Document Annotation API Visual Studio plugin which helps and performs all the steps required to try-out examples automatically. All you have to do is to install the plugin via .msi available and launch the plugin wizard from File Menu....GroupDocs Team always tries to improve user experience and facilitate users to save their precious time and minimize the extra efforts by creating different VS plugins, in this regard we are glad to announce of Document Annotation API Visual Studio plugin which helps and performs all the steps required to try-out examples automatically. All you have to do is to install the plugin via .msi available and launch the plugin wizard from File Menu.

    blog.groupdocs.com/annotation/groupdocs-annotat...
  4. Search Optical Signatures using Java E-Signing ...

    We are delighted to announce the another monthly releAse of GroupDocs.Signature for Java v18.4. This releAse comes up with many features like searching QRCode and Barcode signatures in supported documents. Aside this, few improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v18....We are delighted to announce the another monthly release of GroupDocs.Signature for Java v18.4. This release comes up with many features like searching QRCode and Barcode signatures in supported documents. Aside this, few improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v18.

    blog.groupdocs.com/signature/java-e-signing-api...
  5. Define and Use Custom Objects for PDF Metadata ...

    Metadata signature is a convenient way to sign documents using metadata properties. In GroupDocs.Signature for .NET 18.9, we introduced the feature of signing the PDF documents using various metadata properties including: Author CreateDate MetadataDate CreatorTool ModifyDate Producer Entry Keywords Title Subject Description Creator You can set all or some of the above-mentioned properties while signing the documents. Since these are the built-in properties, you can only add/update their value. There could be a situation when the built-in metadata properties may not fulfill your requirements and you may want to use your own set of properties to add metadata signatures....Metadata signature is a convenient way to sign documents using metadata properties. In GroupDocs.Signature for .NET 18.9, we introduced the feature of signing the PDF documents using various metadata properties including: Author CreateDate MetadataDate CreatorTool ModifyDate Producer Entry Keywords Title Subject Description Creator You can set all or some of the above-mentioned properties while signing the documents. Since these are the built-in properties, you can only add/update their value. There could be a situation when the built-in metadata properties may not fulfill your requirements and you may want to use your own set of properties to add metadata signatures.

    blog.groupdocs.com/signature/define-and-use-cus...
  6. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  7. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices.

    docs.groupdocs.com/viewer/net/render-with-respo...
  8. Convert RTF to TIFF using Node.js

    Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. EAsily export RTF to TIFF in Node.js using a powerful document conversion library....Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. Easily export RTF to TIFF in Node.js using a powerful document conversion library.

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  9. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers....Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers.

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  10. Working with Metadata in ASF Files | Documentation

    Working with metadata in AsF files Reading AsF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from AsF files. The following are the steps to read native AsF metadata. Load an AsF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the AsF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage<AsfRootPackage>(); var package = root.AsfPackage; // Display bAsic properties Console....Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage<AsfRootPackage>(); var package = root.AsfPackage; // Display basic properties Console.

    docs.groupdocs.com/metadata/net/working-with-me...