Sort Score
Result 10 results
Languages All
Labels All
Results 7,491 - 7,500 of 12,280 for

new

(0.13 sec)
  1. Sécuriser les PDF avec une protection par mot d...

    Guide étape par étape pour mettre en œuvre la sécurité des documents PDF avec GroupDocs.Signature - ajouter des mots de passe, définir des permissions utilisateur et contrôler l'accès au document pour une protection renforcée...using (Signature signature = new Signature( "sample.pdf" )) {...QrCodeSignOptions signOptions = new QrCodeSignOptions( "JohnSmith"...

    blog.groupdocs.com/fr/signature/protect-signed-...
  2. Werken met lettertypen in GroupDocs.Viewer voor...

    Leer hoe u een lijst met gebruikte lettertypen kunt krijgen, ontbrekende lettertypen kunt specificeren of vervangen, en lettertypen kunt uitsluiten....filename; using (Viewer viewer = new Viewer(inputPath)) { Fonts.IFontInfo[]...FolderFontSource fontSource = new FolderFontSource( @"C:\custom_fonts"...

    blog.groupdocs.com/nl/viewer/working-with-fonts/
  3. حاشیه نویسی فایل های Word DOC DOCX در Java | اض...

    اضافه کردن یا حذف حاشیه نویسی از فایل های Word DOC/DOCX در جاوا. با استفاده از API Annotation document، پیکان، مستطیل، بیضی، حاشیه نویسی واترمارک را اضافه کنید....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/fa/annotation/annotate-word-...
  4. Annoter les fichiers Word DOC DOCX en Java | Aj...

    Ajoutez ou supprimez des annotations des fichiers Word DOC/DOCX en Java. Ajoutez des annotations de flèche, de rectangle, d'ellipse et de filigrane à l'aide de l'API d'annotation de document....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/fr/annotation/annotate-word-...
  5. Erstellen Sie Hyperlinks in PDF mit Link-Anmerk...

    Kommentieren Sie PDF-Dateien, indem Sie Hyperlinks mit Link-Anmerkungen in Java erstellen. Dokument- und Bildkommentierung Java API ermöglicht das Kommentieren durch Verknüpfen externer Daten....in Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/de/annotation/create-hyperli...
  6. Przeglądarka plików STL przy użyciu języka C# |...

    Przeglądaj pliki STL jako PDF przy użyciu języka C#. Dalsze renderowanie plików stereolitografii (STL) do formatów HTML, JPG i PNG w aplikacjach .NET.... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/pl/viewer/stl-file-viewer-us...
  7. C#을 사용하여 주석이 있는 PDF 강조 표시 | 하이라이트로 PDF에 주석 달기

    C#을 사용하여 강조 주석으로 PDF의 텍스트를 강조 표시합니다. 문서 및 이미지 주석 .NET API를 사용하면 모든 영역을 강조 표시하여 PDF 파일에 주석을 달 수 있습니다....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/ko/annotation/highlight-pdf-...
  8. Vodoznak Word dokumenty | Textové a obrazové vo...

    Přidejte textové a obrazové vodoznaky do dokumentů aplikace Word. Aplikujte vodoznaky pomocí online aplikace vodoznaků nebo pomocí programově pomocí knihoven .NET a Java....using (Watermarker watermarker = new Watermarker("path/document.docx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/cs/watermark/watermark-word-...
  9. C# Převod obrázků WebP na JPG, PNG, TIFF a PDF ...

    Jak převést WebP na JPG, PNG, TIFF nebo PDF v C#. Použijte opensource .NET Conversion API. Pracovní příklady jsou také k dispozici v repozitáři GroupDocs GitHub....using (Converter converter = new Converter("path/image.webp"))...ImageConvertOptions options = new ImageConvertOptions { // Set...

    blog.groupdocs.com/cs/conversion/convert-webp-t...
  10. تغییر جهت صفحه سند Word در جاوا

    تغییر جهت صفحات در اسناد Word DOC/DOCX در جاوا. با استفاده از GroupDocs، صفحات را به صورت عمودی یا افقی در برنامه‌ها تنظیم کنید....orientationOptions = new OrientationOptions(OrientationMode.Landscape, new int[]...int[] { 1, 2 }); Merger merger = new Merger("path/document.docx");...

    blog.groupdocs.com/fa/merger/change-page-orient...