Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 12,636 for

new

(3.06 sec)
  1. Anotace souborů Word DOC DOCX v Java | Přidat n...

    Přidejte nebo odeberte anotace ze souborů Word DOC/DOCX v Java. Přidejte šipky, obdélníky, elipsy, anotace vodoznaku pomocí API pro anotace dokumentu....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/cs/annotation/annotate-word-...
  2. Agregar marca de agua a libros de trabajo de Ex...

    Inserte marcas de agua en libros de Excel usando Java. Marca de agua todas las hojas o aplícala solo a una hoja específica incluso como fondo usando la API de Java de marca de agua....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/es/watermark/watermark-excel...
  3. הערה לקבצי Word DOC DOCX ב-Java | הוסף או הסר ה...

    הוסף או הסר הערות מקובצי Word DOC/DOCX ב-Java. הוסף הערות חץ, מלבן, אליפסה, סימני מים באמצעות ה-API של הערות מסמך....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/he/annotation/annotate-word-...
  4. Belgeleri C# kullanarak Dijital Sertifika ile İ...

    Elektronik imzalar için .NET API kullanarak Word ve PDF dosyalarını C# dilinde dijital sertifikayla elektronik olarak imzalayın. Dijital imzaların görünümünü değiştirin....using (Signature signature = new Signature("document.pdf")) {...DigitalSignOptions options = new DigitalSignOptions("certificate...

    blog.groupdocs.com/tr/signature/sign-documents-...
  5. Добавить водяной знак в PDF с помощью C# | Текс...

    Добавляйте водяные знаки изображения или применяйте текстовые водяные знаки к файлам PDF с помощью C#. Добавьте водяной знак на все или на отдельные страницы PDF-файла с помощью .NET Watermarking API....PdfLoadOptions loadOptions = new PdfLoadOptions(); using (Watermarker...(Watermarker watermarker = new Watermarker("path/document.pdf", loadOptions))...

    blog.groupdocs.com/ru/watermark/watermark-pdf-f...
  6. العلامة المائية وثائق PDF | العلامات المائية ال...

    إضافة علامات مائية نصية وصورية إلى مستندات PDF. قم بتطبيق العلامات المائية باستخدام تطبيق العلامة المائية عبر الإنترنت أو باستخدام مكتبات .NET وJava برمجيًا....PdfLoadOptions loadOptions = new PdfLoadOptions(); using (Watermarker...(Watermarker watermarker = new Watermarker("path/document.pdf", loadOptions))...

    blog.groupdocs.com/ar/watermark/watermark-pdf-d...
  7. GroupDocs.Parser for .NET 26.3 – Prise en charg...

    GroupDocs.Parser for .NET 26.3 ajoute une prise en charge native de l'OCR pour l'arabe et le coréen, livrée avec des ressources linguistiques pour une extraction de texte fluide....class using (Parser parser = new Parser(documentPath)) { OcrOptions...OcrOptions ocrOptions = new OcrOptions() { Language = Language.Kor...

    blog.groupdocs.com/fr/parser/groupdocs-parser-f...
  8. 주석 추가 또는 제거 | C#을 사용하여 PDF 파일에 주석 달기

    프로그래밍 방식으로 C#에서 PDF 파일에 주석을 추가합니다. .NET API를 사용하여 화살표, 직사각형, 타원, 강조 표시, 워터마크 주석과 같은 주석을 추가하거나 제거합니다....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/ko/annotation/annotate-pdf-f...
  9. Java を使用して EPUB メタデータを管理する - メタデータ エディター

    Java を使用して EPUB 電子書籍メタデータを表示および編集する方法を発見します。特定の EPUB プロパティと Dublin Core アイテムをプログラムで更新します。...取る try (Metadata metadata = new Metadata("path/ebook.epub"))...メタデータを更新する try (Metadata metadata = new Metadata("path/ebook.epub"))...

    blog.groupdocs.com/ja/metadata/manage-epub-meta...
  10. C# Comparer Excel, Word, Fichiers texte | API d...

    Comparez deux fichiers ou plus à l'aide de C#. .NET SDK permet de comparer deux feuilles de calcul Excel, des documents Word, des fichiers PDF ou de comparer des fichiers texte dans CSharp.... using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer... using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...

    blog.groupdocs.com/fr/comparison/compare-excel-...