Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 3,003 for

resource

(1.72 sec)
  1. Xem các tệp CAD trong C# bằng .NET API | Chuyển...

    Xây dựng trình xem tệp CAD của bạn trong C# để xem bản vẽ. Chuyển đổi DWG, DGN để hiển thị dưới dạng HTML, JPG, PNG hoặc PDF bằng trình xem tài liệu .NET API của GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/vi/viewer/view-cad-documents...
  2. viewer.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/viewer/java/technical-support/weekly0.5https://docs.groupdocs.com/viewer/net/techni......com/viewer/java/loading-external-resources/weekly0.5https://docs.groupdocs...zation-pdf-remove-unused-resources/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/viewer.xml
  3. كيفية مقارنة بيانات تعريف المستند في بايثون - ا...

    قارن كل خاصية من خصائص البيانات التعريفية بين نسختين من المستند في بايثون. كود عملي لاستخراج البيانات، واكتشاف الملكية والمراجعة، وتصدير تدقيق بصيغة CSV/JSON....return props v1 = read_props( "resources/document-v1.docx" ) v2 = read_props(...read_props( "resources/document-v2.docx" ) # Classify every key;...

    blog.groupdocs.com/ar/metadata/compare-metadata...
  4. Python'da Belge Metaverisini Farklandırma - Hız...

    Python'da iki belge sürümü arasındaki tüm metaveri özelliklerini farklandırın. Çıkarma, sahiplik ve revizyon tespiti ile CSV/JSON denetim dışa aktarımları için çalışan kod....return props v1 = read_props( "resources/document-v1.docx" ) v2 = read_props(...read_props( "resources/document-v2.docx" ) # Classify every key;...

    blog.groupdocs.com/tr/metadata/compare-metadata...
  5. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing.... Available Channels and Resources # Installation - Install GroupDocs...

    blog.groupdocs.com/watermark/protect-word-docum...
  6. Рендиране на DOC като HTML с Python

    Автоматизирайте процеса на рендиране на DOC като HTML с Python. Това ръководство обяснява как да конвертирате DOC в HTML с Python без инсталиране на допълнителен софтуер....с помощта на for_embedded_resources и задайте шаблона за имена...

    kb.groupdocs.com/bg/viewer/python/render-doc-as...
  7. EML als HTML mit Python rendern

    In diesem Thema erfahren Sie, wie Sie EML mit Python als HTML rendern. Außerdem wird erklärt, wie Sie EML in Python mit eingebetteten Ressourcen in HTML konvertieren....HtmlViewOptions mit for_embedded_resources , um die Ausgabe in einer...

    kb.groupdocs.com/de/viewer/python/render-eml-as...
  8. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....dat" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/alphabet/
  9. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Template Rich Text Format More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/indexing-...