Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 1,592 for

numbers

(0.05 sec)
  1. آموزش امضا دیجیتال پایتون: امضا الکترونیکی PDF،...

    آموزش کامل گام به گام برای ایجاد امضاهای الکترونیکی امن در اسناد با استفاده از پایتون و GroupDocs.Signature - مناسب برای توسعه دهندگان برنامه‌های امضا اسناد... page_number = 1 # کدام صفحه را امضا کنید...موقعیت Y در صفحه options . page_number = 1 # کدام صفحه را امضا کنید...

    blog.groupdocs.com/fa/signature/sign-documents-...
  2. Topics tagged dotnet

    Topics tagged dotnet...March 28, 2025 Viewer Pptx page number error GroupDocs.Viewer Product...

    forum.groupdocs.com/tag/dotnet
  3. About using GroupDocs.Conversion for Java to co...

    While testing the HTML to PPT conversion feature of GroupDocs.Conversion for Java, I found that the format of the resulting PPT file was incorrect. To help you reproduce and analyze the issue, I have uploaded the HTML te…...another, which causes the large number of pages. As a temporary workaround...

    forum.groupdocs.com/t/about-using-groupdocs-con...
  4. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....documents you’ve uploaded to a number of different formats....

    blog.groupdocs.com/categories/groupdocs.total-p...
  5. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....PageCount ; p ++) { // Print a page number Console . WriteLine ( string...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Redigir PDF e documentos digitalizados em C# | ...

    Redija texto em PDF e outros documentos usando C# em seus aplicativos .NET. Redija documentos para ocultar o texto e também o texto nas imagens incorporadas....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/pt/redaction/redact-text-and...
  7. Praktyczny przewodnik po podpisach cyfrowych w ...

    Pełny, krokowy przewodnik po tworzeniu bezpiecznych podpisów elektronicznych w dokumentach za pomocą Pythona i GroupDocs.Signature - idealny dla developerów budujących aplikacje podpisywania dokumentów... page_number = 1 # Na której stronie podpisywać...Y na stronie options . page_number = 1 # Na którym arkuszu podpisywać...

    blog.groupdocs.com/pl/signature/sign-documents-...
  8. Redactar PDF y documentos escaneados en C# | Te...

    Redacte texto en PDF y otros documentos usando C# en sus aplicaciones .NET. Redactar documentos para oscurecer el texto y también el texto dentro de las imágenes incrustadas....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/es/redaction/redact-text-and...
  9. Schwärzen Sie PDF- und gescannte Dokumente in C...

    Schwärzen Sie Text in PDF- und anderen Dokumenten mit C# in Ihren .NET-Anwendungen. Schwärzen Sie Dokumente, um Text und auch den Text in den eingebetteten Bildern zu schwärzen....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/de/redaction/redact-text-and...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PropertyValue ( "test revision number" )); root . CadPackage . SetProperties...

    docs.groupdocs.com/metadata/net/working-with-ca...