Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 11,692 for

new

(0.43 sec)
  1. إنشاء ارتباطات تشعبية في ملف PDF باستخدام التعل...

    علق ملفات PDF عن طريق إنشاء ارتباطات تشعبية باستخدام التعليقات التوضيحية للارتباط في Java. الشرح التوضيحي للمستند والصورة تسمح Java API بالتعليق عن طريق ربط البيانات الخارجية....في Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/ar/annotation/create-hyperli...
  2. 使用 C# 突出显示带有注释的 PDF |使用高亮注释 PDF

    使用 C# 突出显示 PDF 中的文本并使用高亮注释。文档和图像注释 .NET API 允许通过突出显示任何区域来注释 PDF 文件。...using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/zh/annotation/highlight-pdf-...
  3. Java에서 Excel 스프레드시트를 PDF로 변환 | Excel 파일 자바 변환기

    Java에서 Excel 파일을 PDF로 변환합니다. 스프레드시트 변환 Java API를 사용하여 완전한 통합 문서, 선택 또는 연속 시트 또는 모든 셀 범위를 변환합니다....변환 */ Converter converter = new Converter("path/spreadsheet.xlsx");...convert("path/all-sheets-converted.pdf", new PdfConvertOptions()); PDF로 연속...

    blog.groupdocs.com/ko/conversion/convert-excel-...
  4. JSON ve CSV Verilerini C#'a Dönüştür | JSON'dan...

    .NET uygulamalarında C#'ta JSON'u CSV'ye ve CSV'yi JSON'a dönüştürün. Örnekler, yapılandırılmış JSON verilerini virgülle ayrılmış CSV değerlerine dönüştürür ve bunun tersi de geçerlidir....using (Converter converter = new Converter(@"path/sample.json"))...SpreadsheetConvertOp options = new SpreadsheetConvertOp() { Format...

    blog.groupdocs.com/tr/conversion/convert-json-a...
  5. 使用 C# 在 Word 文檔中查找和替換單詞 |文本編輯

    使用 C# 在 Word DOC/DOCX 文件中查找、替換或隱藏文本、單詞、短語。使用 .NET Redaction API 編輯和執行文本、區分大小寫和 RegEx 搜索。...查找確切的短語並將其替換為其他文本 using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/zh-hant/redaction/find-and-r...
  6. 使用 C# 查找和替换 Word 文档中的单词 |文本编辑

    使用 C# 在 Word DOC/DOCX 文件中查找、替换或隐藏文本、单词、短语。使用 .NET Redaction API 编辑和执行文本、区分大小写和 RegEx 搜索。...查找确切的短语并将其替换为其他文本 using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/zh/redaction/find-and-replac...
  7. Aggiungi filigrana al PDF usando C# | Filigrane...

    Aggiungi filigrane di immagini o applica filigrane di testo ai file PDF utilizzando C#. Filigrana tutte o pagine selettive del PDF utilizzando .NET Watermarking API....PdfLoadOptions loadOptions = new PdfLoadOptions(); using (Watermarker...(Watermarker watermarker = new Watermarker("path/document.pdf", loadOptions))...

    blog.groupdocs.com/it/watermark/watermark-pdf-f...
  8. Convertir des dessins CAO en PDF en C# .NET | D...

    Guide C # pour convertir les fichiers CAO tels que DWG, DGN et DWF au format PDF à l'aide de l'API .NET de conversion de documents et d'images de GroupDocs....CadLoadOptions loadOptions = new CadLoadOptions(); Spécifier les...getLoadOptions = () => new CadLoadOptions { LayoutNames = new \[\]{ "Layout1"...

    blog.groupdocs.com/fr/conversion/convert-cad-dr...
  9. Documenten ondertekenen met digitaal certificaa...

    Onderteken Word- en PDF-bestanden elektronisch met een digitaal certificaat in C# met behulp van .NET API voor elektronische handtekeningen. Wijzig het uiterlijk van digitale handtekeningen....using (Signature signature = new Signature("document.pdf")) {...DigitalSignOptions options = new DigitalSignOptions("certificate...

    blog.groupdocs.com/nl/signature/sign-documents-...
  10. Odstraňte stránky z PDF pomocí C# | Sudá, lichá...

    Odstraňte libovolnou sadu stránek ze souborů PDF pomocí C#. Odstraňte seznam stránek, libovolný daný rozsah, sudé nebo liché stránky ze souborů PDF v rámci aplikace .NET....RemoveOptions removeOptions = new RemoveOptions(new int[] { 3, 5 }); using...using (Merger merger = new Merger("path/document-pdf")) { merger...

    blog.groupdocs.com/cs/merger/delete-pages-from-...