Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 4,298 for

editing

(0.12 sec)
  1. Compare documents with GroupDocs.Comparison | G...

    Find the differences between two versions of a document from GroupDocs.Total for .NET, list every change, and accept or reject them — runnable C# examples with downloadable files....insertion rather than as one edit. Compare two documents The source...

    docs.groupdocs.com/total/net/developer-guide/co...
  2. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files....those that have undergone minor edits. Perceptual hashing is a lightweight...

    blog.groupdocs.com/search/reverse-image-search/
  3. Edytuj pliki Excela w C# | Zbuduj swój własny i...

    Edytowanie plików programu Excel wyjaśniono na przykładach w języku C#, aby edytować pliki XLS, XLSX, ODS w aplikacji .NET za pomocą interfejsu API do edycji arkuszy kalkulacyjnych i dokumentów....Edit(sheetTab1EditOptions); string...

    blog.groupdocs.com/pl/editor/edit-excel-files-i...
  4. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-o...
  5. C#에서 Excel 파일 편집 | 나만의 온라인 Excel 시트 편집기 구축

    Excel 파일 편집은 스프레드시트 및 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 XLS, XLSX, ODS 파일을 편집하는 C# 예제와 함께 설명됩니다....Edit(sheetTab1EditOptions); string...

    blog.groupdocs.com/ko/editor/edit-excel-files-i...
  6. Aggiungi Filigrane ai Documenti Word | 5 Metodi...

    Scopri come aggiungere filigrane sicure ai documenti Word utilizzando GroupDocs.Watermark per .NET. Confronta 5 metodi di protezione con esempi di codice, inclusi intestazioni bloccate, filigrane a mosaico e sezioni protette da password che non possono essere rimosse facilmente....= new TextWatermark( "Do Not Edit" , new Font( "Arial" , 36 ,...funzione integrata “Restrict Editing”), la sezione nascosta occupa...

    blog.groupdocs.com/it/watermark/secure-word-doc...
  7. Chỉnh sửa tệp Excel trong C# | Xây dựng Trình c...

    Chỉnh sửa tệp Excel được giải thích bằng các ví dụ C# để chỉnh sửa tệp XLS, XLSX, ODS trong ứng dụng .NET của bạn bằng cách sử dụng API chỉnh sửa tài liệu và bảng tính....Edit(sheetTab1EditOptions); string...

    blog.groupdocs.com/vi/editor/edit-excel-files-i...
  8. 在 C# 中编辑 Excel 文件 |构建您自己的在线 Excel 工作表编辑器

    使用 C# 示例解释编辑 Excel 文件,以使用电子表格和文档编辑 API 在 .NET 应用程序中编辑 XLS、XLSX、ODS 文件。...Edit(sheetTab1EditOptions); string...

    blog.groupdocs.com/zh/editor/edit-excel-files-i...
  9. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. How to Run Examples | GroupDocs

    Clone the ready-to-run GroupDocs.Redaction for Python via .NET examples repository, set up a virtual environment, and run every documented scenario locally or in Docker....contribute, fork the repository, edit the code, and create a pull...

    docs.groupdocs.com/redaction/python-net/how-to-...