Sort Score
Result 10 results
Languages All
Labels All
Results 9,601 - 9,610 of 33,274 for

annotate

(0.25 sec)
  1. Java'da EPUB'u Word'e Dönüştürme

    Bu öğretici, Java'da EPUB'u Word'e dönüştürmek için adım adım talimatları açıklar ve Java kullanarak EPUB'dan Word'e dönüştürücü işlevselliğini geliştirmenizi sağlar....Annotation Product Family GroupDocs...

    kb.groupdocs.com/tr/conversion/java/how-to-conv...
  2. Java'da Excel'i Görüntüye Dönüştürme

    Bu makale, Java'da Excel'i Image'e dönüştürme sürecini açıklar ve Java Excel'den Image'e dönüştürücü uygulaması için çalışan bir örnek kod parçacığı sağlar....Annotation Product Family GroupDocs...

    kb.groupdocs.com/tr/conversion/java/how-to-conv...
  3. C# kullanarak PNG'yi JPG'ye Dönüştürme

    Bu öğretici, C# kullanarak PNG'yi JPG'ye dönüştürmek için ayrıntılı bilgiler ve C# PNG'den JPG'ye dönüştürmenin uygulanmasını göstermek için örnek bir uygulama sağlar....Annotation Product Family GroupDocs...

    kb.groupdocs.com/tr/conversion/net/how-to-conve...
  4. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. C# kullanarak PDF'yi PPTX'e dönüştürün

    Kapsamlı eğitimimizi dikkatlice takip ederek PDF'yi C# kullanarak hızlı bir şekilde PPTX'e nasıl dönüştüreceğinizi öğrenin. Ek olarak, C# kullanarak PDF'yi PPTX'e dışa aktarmak için size bir C# kodu örneği vereceğiz....Annotation Product Family GroupDocs...

    kb.groupdocs.com/tr/conversion/net/convert-pdf-...
  6. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/load-from-stream/
  7. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/extend-suppor...
  8. Java kullanarak PDF'yi XLSX'e dönüştürün

    Java kullanarak PDF'nin XLSX'e nasıl dönüştürüleceğine ilişkin bilgiyi verimli bir şekilde kavrayın. Ek olarak, Java kullanarak PDF'yi XLSX'e dışa aktarmak için size bir kod örneği vereceğiz....Annotation Product Family GroupDocs...

    kb.groupdocs.com/tr/conversion/java/convert-pdf...
  9. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for .NET...Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  10. Set password for output document | GroupDocs

    Protect the comparison result document with a password by setting CompareOptions.PasswordSaveOption and SaveOptions.Password in GroupDocs.Comparison for .NET....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/set-password-...