You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/sites/groupdocs/editor/english/net/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ weight: 10
5
5
url: /net/
6
6
description: GroupDocs.Editor for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
Copy file name to clipboardExpand all lines: content/sites/groupdocs/editor/english/net/groupdocs.editor.formats/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The GroupDocs.Editor.Formats namespace provides interfaces and classes that desc
14
14
| --- | --- |
15
15
|[EBookFormats](./ebookformats)| Encapsulates all eBook formats. Includes the following file types: [`Mobi`](../groupdocs.editor.formats/ebookformats/mobi), [`Epub`](../groupdocs.editor.formats/ebookformats/epub), [`Azw3`](../groupdocs.editor.formats/ebookformats/azw3). |
16
16
|[EmailFormats](./emailformats)| Encapsulates all emails formats. Includes the following file types: [`Tnef`](../groupdocs.editor.formats/emailformats/tnef), [`Eml`](../groupdocs.editor.formats/emailformats/eml), [`Emlx`](../groupdocs.editor.formats/emailformats/emlx), [`Msg`](../groupdocs.editor.formats/emailformats/msg), [`Html`](../groupdocs.editor.formats/emailformats/html), [`Mhtml`](../groupdocs.editor.formats/emailformats/mhtml). |
17
-
|[FixedLayoutFormats](./fixedlayoutformats)|Encapsulates all fixed-layout (also known as "fixed-page") formats, which includes PDF and XPS (this does not include raster images). |
17
+
|[FixedLayoutFormats](./fixedlayoutformats)|Represents fixed-layout (fixed-page) document formats, such as PDF, excluding raster image formats. |
18
18
|[FormatFamilies](./formatfamilies)| Represents the different format families available in the system. |
19
19
|[PresentationFormats](./presentationformats)| Encapsulates all Presentation formats. Includes the following formats: |
20
20
| [SpreadsheetFormats](./spreadsheetformats) | Encapsulates all binary, XML and textual Spreadsheet formats (excluding all textual delimiter-based formats with separator like CSV, TSV, semicolon-delimited etc.), in which the workbook can be saved. Includes the following formats: [`Xls`](../groupdocs.editor.formats/spreadsheetformats/xls), [`Xlt`](../groupdocs.editor.formats/spreadsheetformats/xlt), [`Xlsx`](../groupdocs.editor.formats/spreadsheetformats/xlsx), [`Xlsm`](../groupdocs.editor.formats/spreadsheetformats/xlsm), [`Xlsb`](../groupdocs.editor.formats/spreadsheetformats/xlsb), [`Xltx`](../groupdocs.editor.formats/spreadsheetformats/xltx), [`Xltm`](../groupdocs.editor.formats/spreadsheetformats/xltm), [`Xlam`](../groupdocs.editor.formats/spreadsheetformats/xlam), [`SpreadsheetML`](../groupdocs.editor.formats/spreadsheetformats/spreadsheetml), [`Ods`](../groupdocs.editor.formats/spreadsheetformats/ods), [`Fods`](../groupdocs.editor.formats/spreadsheetformats/fods), [`Sxc`](../groupdocs.editor.formats/spreadsheetformats/sxc), [`Dif`](../groupdocs.editor.formats/spreadsheetformats/dif), [`Csv`](../groupdocs.editor.formats/spreadsheetformats/csv), [`Tsv`](../groupdocs.editor.formats/spreadsheetformats/tsv). Learn more about Spreadsheet formats [here](https://wiki.fileformat.com/spreadsheet). |
Copy file name to clipboardExpand all lines: content/sites/groupdocs/editor/english/net/groupdocs.editor.formats/fixedlayoutformats/fromextension/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
---
2
2
title: FromExtension
3
3
second_title: GroupDocs.Editor for .NET API Reference
4
-
description: Retrieves an instance of the specified type FixedLayoutFormatsgroupdocs.editor.formats/fixedlayoutformats that has the specified file extension.
4
+
description: Retrieves a FixedLayoutFormatsgroupdocs.editor.formats/fixedlayoutformats instance matching the specified file extension.
Copy file name to clipboardExpand all lines: content/sites/groupdocs/editor/english/net/groupdocs.editor.formats/fixedlayoutformats/op_explicit/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
---
2
2
title: op_Explicit
3
3
second_title: GroupDocs.Editor for .NET API Reference
4
-
description: Converts a string representing a file extension to a FixedLayoutFormatsgroupdocs.editor.formats/fixedlayoutformats object.
4
+
description: Explicitly converts a file extension string to a FixedLayoutFormatsgroupdocs.editor.formats/fixedlayoutformats instance.
Copy file name to clipboardExpand all lines: content/sites/groupdocs/editor/english/net/groupdocs.editor.formats/fixedlayoutformats/pdf/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: Pdf
3
3
second_title: GroupDocs.Editor for .NET API Reference
4
-
description: Portable Document Format PDF is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software hardware as well as Operating System. Learn more about this file format herehttps//docs.fileformat.com/pdf/.
4
+
description: Portable Document Format PDF introduced by Adobe provides standardized representation of documents independent of software hardware and operating systems. For additional details see PDF file formathttps//docs.fileformat.com/pdf/.
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software, hardware as well as Operating System. Learn more about this file format[here](https://docs.fileformat.com/pdf/).
11
+
Portable Document Format (PDF), introduced by Adobe, provides standardized representation of documents independent of software, hardware, and operating systems. For additional details, see: [PDF file format](https://docs.fileformat.com/pdf/).
| newHtmlContent | String | String, that contains raw HTML markup, that should be parsed. Cannot be NULL, empty or invalid. |
20
+
21
+
### Return Value
22
+
23
+
New non-null instance of EditableDocument
24
+
25
+
### Exceptions
26
+
27
+
| exception | condition |
28
+
| --- | --- |
29
+
| ArgumentException | String with input raw HTML markup cannot be null or empty |
30
+
31
+
### Remarks
32
+
33
+
THis static method is useful for creating the [`EditableDocument`](../../editabledocument) instance from the single-string HTML markup, where all resources are embedded into it with base64 encoding.
34
+
35
+
### See Also
36
+
37
+
* class [EditableDocument](../../editabledocument)
Copy file name to clipboardExpand all lines: content/sites/groupdocs/editor/english/net/groupdocs.editor/editor/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,10 @@ public sealed class Editor : IAuxDisposable
40
40
| [Edit](../../groupdocs.editor/editor/edit#edit_1)(IEditOptions) |Opensapreviouslyloadeddocumentfor editing using specified format-specific options by generating and returning an instance of '[`EditableDocument`](../editabledocument)' class, that, in turn, contains methods for producing HTML markup and associated resources. |
0 commit comments