Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 42,713 for

pdf

(0.06 sec)
  1. Sign Documents with Barcode in C# on GroupDocs ...

    Sign Documents with Barcode in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Documents with Barcode in C# on GroupDocs Blog | Document Autom......barras a archivos de Word, Excel, PDF, PNG, JPG, WebP utilizando .NET...

    blog.groupdocs.com/es/tag/sign-documents-with-b...
  2. Watermark Protected Files using CSharp on Group...

    Watermark Protected Files using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files using CSharp on GroupDocs Blog | Docu......de imagen a archivos de Word, PDF, PowerPoint, Excel protegidos...

    blog.groupdocs.com/es/tag/watermark-protected-f...
  3. GroupDocs.Merger for Java

    This API allows you to merge a large number of file formats using Java language on any platform....DOCX files using Java Merge PDF files using Java English Ελληνικά...

    kb.groupdocs.com/merger/java/
  4. GroupDocs.Merger for .NET

    This API allows you to merge a large number of file formats using C# .NET language on any platform....Merge DOCX files using C# Merge PDF files using C# English Ελληνικά...

    kb.groupdocs.com/merger/net/
  5. Watermark Protected Files on GroupDocs Blog | D...

    Watermark Protected Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files on GroupDocs Blog | Document Automation Solutions ......Java APIを使用して、パスワードで保護されたWord、PDF、PowerPoint、Excelファイルにテキストと画像の透かしを追加します。...

    blog.groupdocs.com/ja/tag/watermark-protected-f...
  6. Announcing GroupDocs Annotation App Plugin for ...

    Good news for Orchard CMS users! We’ve introduced a GroupDocs Annotation app plugin for Orchard. This plugin lets you embed GroupDocs’ online document annotation app as well as selected documents to Orchard pages. Once the document is embedded, you can annotate the document using GroupDocs’ efficient annotation app. Annotate your documents using easy-to-use tools or perform document collaboration online by sharing documents with your colleagues. [caption id=“attachment_960” align=“alignnone” width=“600” caption=“Announcing GroupDocs Annotation Plugin for Orchard”] [/caption] GroupDocs Annotation is a powerful online document annotation app that allows you to view and annotate documents online....Annotation can be used as an online PDF annotator , Word annotator, and...annotation app as a Word annotator, a PDF annotator, or an Excel annotator...

    blog.groupdocs.com/total/announcing-groupdocs-a...
  7. Document Integrity on GroupDocs Blog | Document...

    Document Integrity on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Integrity on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... 디지털 인증서를 사용한 반복적 PDF 서명 PDF에 대한 반복 서명 개념과 제품 API를...

    blog.groupdocs.com/ko/tag/document-integrity/in...
  8. Search for QR Code standard entries | Documenta...

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....QR-code Address object in the PDF document. using ( Signature signature...signature = new Signature ( "sample.pdf" )) { var signatures = signature...

    docs.groupdocs.com/signature/net/advanced-searc...
  9. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....document during conversion to PDF: AddWatermarkToConver.java import...// Set conversion options for PDF PdfConvertOptions options = new...

    docs.groupdocs.com/conversion/java/add-watermark/
  10. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document Watermarker watermarker...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/basic-usage/