Alip Sulistio

Results 36 comments of Alip Sulistio

Hi @BenHall-1, Can you share the code, current PPTX result and desired PPTX result? Best regards, Alip

Hi @BenHall-1, Thank you sharing the code and PPTX file, we will check and give you an update later.

Hi @BenHall-1, Regarding this the current UniOffice only supports paragraphs inside placeholders. For positioning the table inside the slide, you can probably use the 'table.SetOffsetX' and 'table.SetOffSetY'. See Examples: https://github.com/unidoc/unioffice-examples/blob/f47e46c076d1fc7fab6dbec68824a400c257ca54/presentation/tables/main.go#L59...

Hi @pingyuan7 Could you share the `DOCX` file and code with us? Best regards, Alip

Hi @pingyuan7, Thank you for the code and files, we are looking into this and will inform you as soon as possible.

We released new version with improvements of font name lookup, you can try to use new UniOffice version [v1.21.0](https://github.com/unidoc/unioffice/releases/tag/v1.21.0) Let us know if you still have issue regarding this.

Hi @JNimkarLS, I tried to extract image for the `J1.docx`, it is successfully extracted using this code below. ``` // Copyright 2022 FoxyUtils ehf. All rights reserved. package main import...

Hi @JNimkarLS, I tried to modify the code to use document.Read() and extract the image, here's my code. ``` // Copyright 2022 FoxyUtils ehf. All rights reserved. package main import...

Hi @JNimkarLS, I tested your latest code, working fine on my end and able to extract the image. ``` // Copyright 2022 FoxyUtils ehf. All rights reserved. package main import...

Hi @JNimkarLS, Have you checked the code and file? Do the code works on your end?