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

paged

(0.51 sec)
  1. Перегляд файлів CAD за допомогою Java API | Пер...

    Створіть свій засіб перегляду файлів САПР на Java. Конвертуйте DWG, DGN для візуалізації як HTML, JPG, PNG або PDF за допомогою Java API переглядача документів від GroupDocs....forEmbeddedResources("page_{0}.html"); viewer.view(viewOptions);...forExternalResources("page_{0}.html", "page_{0}/resource_{1}", "page_{0}/resources");...

    blog.groupdocs.com/uk/viewer/viewing-cad-docume...
  2. Visualize arquivos CAD usando a API Java | Conv...

    Construa seu visualizador de arquivos CAD em Java. Converta DWG, DGN para renderizar como HTML, JPG, PNG ou PDF usando a API Java do visualizador de documentos do GroupDocs....forEmbeddedResources("page_{0}.html"); viewer.view(viewOptions);...forExternalResources("page_{0}.html", "page_{0}/resource_{1}", "page_{0}/resources");...

    blog.groupdocs.com/pt/viewer/viewing-cad-docume...
  3. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...options Leave feedback This page contains a description of all...text files is presented on the page . Encoding property The property...

    docs.groupdocs.com/search/net/indexing-options/
  4. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify the appearance of detected changes when using GroupDocs.Comparison for Node.js via Java....styles Leave feedback On this page provides the compare options...formatting applied. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/nodejs-java/custo...
  5. PDF-Dokumente in .NET vergleichen – Inline vs S...

    Erfahren Sie, wie Sie PDF-Dokumente programmgesteuert mit GroupDocs.Comparison für .NET vergleichen. Schritt‑für‑Schritt C#‑Beispiele für alle drei Anzeigemodi, Seitenbereichs‑Filterung und einen kurzen Überblick über das integrierte Vergleichswerkzeug von Adobe Acrobat....mit dessen Two Page View (oder „Facing Pages“) prüfen. Jede Quellseite...Interleaved‑Modus (angezeigt in Two Page View): Was im Hintergrund passiert:...

    blog.groupdocs.com/de/comparison/compare-pdf-do...
  6. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loading of external resources during conversion...resources Leave feedback On this page What are external resources...maintainability, and scalability of web pages and other documents. These resources...

    docs.groupdocs.com/conversion/net/skip-loading-...
  7. redaction.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/redaction/java/weekly0.5https://docs.groupdocs.com/redaction/java/advanced-usage/we......com/redaction/java/get-document-page-preview/weekly0.5https://docs...groupdocs.com/redaction/java/remove-page-redactions/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/redaction.xml
  8. .NET에서 PDF 문서 비교 – 인라인 vs 나란히 vs 교차

    GroupDocs.Comparison for .NET을 사용하여 PDF 문서를 프로그래밍 방식으로 비교하는 방법을 배웁니다. 세 가지 표시 모드 모두에 대한 단계별 C# 예제, 페이지 범위 필터링, 그리고 Adobe Acrobat의 내장 비교 도구에 대한 간략한 개요를 제공합니다....시점: 표준 PDF 리더의 Two Page View (또는 “Facing Pages”) 모드를 사용해 페이지별로 변경...} Interleaved 모드 결과 문서 (Two Page View에서 표시): 내부 동작 방식: 결과 문서는...

    blog.groupdocs.com/ko/comparison/compare-pdf-do...
  9. Viewer.ClientCode() - Free Support Forum - grou...

    <span style="font-size:10.0pt;font-family:"Segoe UI",sans-serif; color:#1F497D;mso-ansi-language:EN-US" lang="EN-US"> We tried the newer version example that the support team send us for the ASP.Net …...to be integrated on the web page as: <% =Viewer . CreateScriptLoadBloc()...into HTML pages and images. These rendered HTML pages and images...

    forum.groupdocs.com/t/viewer-clientcode/2186
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !... 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/metadata/net/working-with-me...