Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 11,659 for

new

(0.11 sec)
  1. Konwersja rysunków CAD do formatu PDF w języku ...

    Przewodnik C# do konwersji plików CAD, takich jak DWG, DGN i DWF, do formatu PDF przy użyciu interfejsu API .NET do konwersji dokumentów i obrazów firmy GroupDocs....CadLoadOptions loadOptions = new CadLoadOptions(); Określ układy...getLoadOptions =() => new CadLoadOptions { LayoutNames = new \[\]{ "Layout1"...

    blog.groupdocs.com/pl/conversion/convert-cad-dr...
  2. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...바꿉니다. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/ko/editor/edit-word-document...
  3. .NET에서 GroupDocs.Redaction AI 통합 | 맞춤형 주석

    .NET을 사용하여 PDF 문서에서 텍스트, 단어 또는 구문을 감지하고 주석을 추가하는 데 AI를 사용하세요. 콘텐츠를 대체하거나 숨겨 PDF 파일을 안전하게 처리하세요....같은 regex를 사용하세요 Regex regex = new Regex( ".*" ); //대상 페이지 및 주석...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/ko/redaction/custom-ai-redac...
  4. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...ci-dessous. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/fr/editor/edit-word-document...
  5. Chỉnh sửa bảng tính Excel | Chỉnh sửa trực tuyế...

    Khám phá những cách hiệu quả để chỉnh sửa bảng tính Excel. Chỉnh sửa tệp XLS/XLSX trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // LoadOptions...Tải bảng tính Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/vi/editor/edit-excel-spreads...
  6. 在 C# 中編輯簡報 | .NET PPT/PPTX 編輯

    透過 C# 範例說明如何編輯 PowerPoint 簡報,以便使用簡報編輯 API 在 .NET 應用程式中編輯 PPT、PPTX、ODP 檔案。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...Presentation using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  7. C# تبدیل PPT به PDF | PPTX به PDF | تبدیل ارائه

    تبدیل پاورپوینت PPT، PPTX به PDF در NET. نمونه‌های کد C# تبدیل اسلایدهای انتخابی، متوالی و واترمارک را با استفاده از Conversion API نشان می‌دهند....using (Converter converter = new Converter("path/presentation...Convert("path/converted-presentation.pdf", new PdfConvertOptions()); } تبدیل...

    blog.groupdocs.com/fa/conversion/convert-presen...
  8. Visualizzatore di file STL utilizzando C# | Vis...

    Visualizza i file STL come PDF utilizzando C#. Esegui ulteriormente il rendering dei file di stereolitografia (STL) nei formati HTML, JPG e PNG all'interno delle applicazioni .NET.... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/it/viewer/stl-file-viewer-us...
  9. Prohlížeč souborů STL pomocí Java | Zobrazit ST...

    Zobrazení souborů STL jako PDF pomocí Java. Kromě toho vykreslete soubory stereolitografie (STL) do formátů HTML, JPG a PNG pomocí příkladů Java....v Java try (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/cs/viewer/stl-file-viewer-us...
  10. Odstraňte anotace z dokumentů PDF a Word v Java

    Programově odstraňte anotace ze souborů PDF a Word v Java. Odstraňte všechny anotace, odstraňte podle ID nebo podle typů anotací pomocí Java Annotation API....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/cs/annotation/remove-annotat...