Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 1,511 for

replacement

(1.91 sec)
  1. Редактировать презентации в Java | Редактирован...

    Редактирование презентаций PowerPoint объясняется на примере Java для редактирования файлов PPT, PPTX, ODP в вашем приложении с использованием API редактирования презентаций....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/ru/editor/edit-ppt-pptx-pres...
  2. Редактировать XML-файлы | Онлайн-редактирование...

    Откройте для себя эффективные способы редактирования XML-файлов. Либо редактируйте XML-файлы онлайн, либо делайте это программно, используя C# и Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/ru/editor/edit-xml-files/
  3. Edytuj dokumenty Worda w C# | Zbuduj swój własn...

    Edytowanie dokumentów programu Word wyjaśniono na przykładach w języku C#, aby edytować pliki DOC, DOCX, ODT w aplikacji .NET przy użyciu interfejsu API do edycji dokumentów....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/pl/editor/edit-word-document...
  4. ערוך מסמכי Word ב-C# | בנה עורך NET Word משלך

    עריכת מסמכי Word מוסברת עם דוגמאות C# לעריכת קובצי DOC, DOCX, ODT בתוך יישום NET שלך באמצעות API לעריכת מסמכים....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/he/editor/edit-word-document...
  5. ערוך מצגות ב-C# | עריכת .NET PPT/PPTX

    עריכת מצגות PowerPoint מוסברת עם דוגמאות C# לעריכת קבצי PPT, PPTX, ODP בתוך יישום NET שלך באמצעות API לעריכת מצגות....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/he/editor/edit-ppt-pptx-pres...
  6. Modifica file XML | Editing online e approccio ...

    Scopri modi efficienti per modificare i file XML. Modifica i file XML online o fallo a livello di codice utilizzando C# e Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/it/editor/edit-xml-files/
  7. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...outputFolder); } } } Make sure to replace "YourOutputDirectoryP" and...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  8. Incorrect text selection on some documents with...

    I am currently exploring the possibility of using GroupDocs to replace our existing PrizmDoc document viewer. I noticed that, when viewing documents that have been processed through OCR (and therefore have an invisible l…...possibility of using GroupDocs to replace our existing PrizmDoc document...

    forum.groupdocs.com/t/incorrect-text-selection-...
  9. Automate Watermark Audits in .NET with GroupDoc...

    Learn how to replace error‑prone manual watermark reviews with a short .NET script that scans, validates and reports watermarks using GroupDocs.Watermark....how a few concise snippets replace the manual loop with an automated...sample project shows how to replace and remove watermarks programmatically...

    blog.groupdocs.com/watermark/audit-automation/net/
  10. Extract PDF Annotations with GroupDocs.Parser f...

    Practical guide showing how to extract reviewer comments and markup from PDF files using GroupDocs.Parser for .NET. Includes code examples for whole-document and per-page extraction, combined text output, and export options....Replace( "\"" , "\"\"" ) + "\"" ; }...Escape # return s?.Replace( "\\" , "\\\\" ).Replace( "\"" , "\\\""...

    blog.groupdocs.com/parser/extract-annotations-f...