Sort Score
Result 10 results
Languages All
Labels All
Results 6,031 - 6,040 of 8,483 for

paged

(0.69 sec)
  1. Робота з електронними таблицями в GroupDocs.Vie...

    Дізнайтеся, як завантажити документ електронної таблиці (Excel) та відобразити його у форматах HTML, PDF, PNG і JPEG з різними параметрами...вкладку « View » і вибрати режим « Page Break Preview », можна побачити...кожна з яких позначена як «Page 1», «Page 2» тощо. Саме так Microsoft...

    blog.groupdocs.com/uk/viewer/working-with-sprea...
  2. GroupDocs.Viewer for .NET에서 스프레드시트 작업하기

    스프레드시트(Excel) 문서를 로드하고 다양한 옵션으로 HTML, PDF, PNG 및 JPEG로 렌더링하는 방법을 배웁니다.... “View” 탭에서 “Page Break Preview” 모드로 전환하면 파란색...선으로 워크시트가 사각형 청크로 나뉘어 “Page 1”, “Page 2” 등으로 표시됩니다. 이것이 Excel이...

    blog.groupdocs.com/ko/viewer/working-with-sprea...
  3. 在 GroupDocs.Viewer for .NET 中使用电子表格

    了解如何加载电子表格(Excel)文档并将其渲染为 HTML、PDF、PNG 和 JPEG,支持不同选项...如果切换到 “ View ” 选项卡并进入 “ Page Break Preview ” 模式,就可以看到蓝色线...模式,就可以看到蓝色线条将整个工作表区域划分为矩形块,每块标记为 “Page 1”、 “Page 2” 等。这就是 Microsoft Excel...

    blog.groupdocs.com/zh/viewer/working-with-sprea...
  4. Document merging API on GroupDocs Blog | Docume...

    Document merging API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document merging API on GroupDocs Blog | Document Automation Solutions for .NET &......NET & Java Developers Document page builder - cara menggabungkan...

    blog.groupdocs.com/id/tag/document-merging-api/...
  5. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…... ← previous page...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  6. Générer des filigranes en mosaïque - Améliorer ...

    Découvrez les techniques permettant de générer des filigranes en mosaïque pour vos documents à l'aide de C#, Java et Node.js. Améliorez la sécurité de vos documents grâce à ce guide étape par étape....(comme le coin ou le centre d’une page), les filigranes en mosaïque...endommager le contenu de la page du document hôte. Robustesse...

    blog.groupdocs.com/fr/watermark/generate-tiling...
  7. Document merging API

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 De Page Builder functie in GroupDocs...

    blog.groupdocs.com/nl/tag/document-merging-api/
  8. excel diff csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....en forme personnalisée, les pages de résumé et les contrôles de...

    blog.groupdocs.com/fr/tag/excel-diff-csharp/
  9. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Node.js via Java....File Leave feedback On this page This example demonstrates how...since XML documents have no pages. size : Long integer type. Returns...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  10. 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...