Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 9,358 for

paged

(0.17 sec)
  1. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API.... E Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/sign-document...
  2. Adding a Watermark to Converted Documents | Gro...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/add-watermark/
  3. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/search-for-text-...
  4. Configuring search network | GroupDocs

    This page contains information about configuring the search network.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/net/configuring-searc...
  5. GroupDocs.Signature for .NET 25.12 – En Son Gün...

    GroupDocs.Signature for .NET 25.12'de yeni özellikleri keşfedin. NuGet ve GroupDocs web sitesinde şimdi mevcut....// Verify only signatures on page 1 List<BaseSignature> result...Count} verified signatures on page 1" ); } Güncellemeyi nasıl alabilirsiniz...

    blog.groupdocs.com/tr/signature/groupdocs-signa...
  6. .NET에서 PDF 바인더 만들기: GroupDocs.Merger로 간편하게

    워드와 엑셀을 수동으로 PDF로 변환한 뒤 다른 PDF에 붙여넣은 경험이 있다면 이 글이 도움이 될 것입니다. GroupDocs.Merger를 사용한 짧은 .NET 튜토리얼입니다....WriteLine( $"Result pages: {verify.GetDocumentInfo().PageCount}"...ExtractPages( new ExtractOptions(pages)); merger.Save(outputPath);...

    blog.groupdocs.com/ko/groupdocs.merger/pdf-bind...
  7. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...index events Leave feedback This page contains information about the...the current document (see also page); Specifying the encoding of...

    docs.groupdocs.com/search/nodejs-java/search-in...
  8. Add polyline annotation | GroupDocs

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for .NET....annotation Leave feedback On this page Polyline annotation allows you...the annotation position on the page allows you to set the annotation...

    docs.groupdocs.com/annotation/net/add-polyline-...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Dividir o combinar PDF, PowerPoint, Excel, Word...

    Divida o combine PDF, Word DOC/DOCX, hojas de cálculo XLS/XLSX Excel, presentaciones PPT/PPTX, dibujos de Visio, libros electrónicos y más documentos en Java. Pasos y ejemplos.... // Set the start and end page number in JoinOptions class...Merge two files with selective pages using join method. Merger merger...

    blog.groupdocs.com/es/merger/merge-pdf-word-exc...