Copy link to clipboard
Copied
Bonjour,
J'aimerai prendre un livre en PDF pour le découper en chapitres en cfm.
J'aimerai me servir du style de word : Titre1 = titre du livre ; Titre 2 = chapitre ; ...
Merci pour votre aide
Hello,
I would like to take a book to PDF to split it into chapters cfm.
I would like to serve me the word style: Heading 1 = title of the book; Heading 2 = Chapter 2; ...
Thanks for your help
Copy link to clipboard
Copied
Bonjour, ZNB,
Although I understand the basic premise of what you are requesting, you do not provide much detail. Is this a physical book that will need to be scanned? Is it an electronic format book?
As far as I know, ColdFusion does not have any way to determine what constitutes the beginning and/or end of a chapter.
Also, just for future reference, these forums are monitored by more users than Adobe support staff, and are here to help you with code that you have already written. We are not here to write your code, for you.
If there is any way that we can help you troubleshoot your code, we would be more than happy to be of assistance.
V/r,
^_^
Copy link to clipboard
Copied
bonjour,
Je ne demande pas que l'on écrive le code à ma place mais que l'on m'oriente vers une solution, un tag,...
C'est un livre en pdf qu'il faut découper en chapitres en se servant de <h1>, <h2>, ...
Merci par avance
Bonjour,
Je ne request pas Que l'sur le Code écrive à ma place Mais que l'sur la solution vers de juin de m'oriente, étiquette non, ...
C'est un livre en pdf Qu'il Faut découper en Chapitres en se servant de <h1>, <h2>, ...
Merci par avance
Copy link to clipboard
Copied
Il est un livre en format PDF. Je pense que ColdFusion n'a pas de moyen de savoir quelles pages chaque chapitre commence et se termine. Je crois que vous auriez à séparer chaque chapitre manuellement dans un fichier PDF.
Si quelqu'un d'autre sait d'une façon, s'il vous plaît parler.
============================================================
It is a book in PDF format. I think ColdFusion does not have a way to know what pages each chapter starts and ends on. I believe you would have to manually separate each chapter into a PDF.
If anyone else knows of a way, please speak up.
V/r,
^_^
Copy link to clipboard
Copied
Plus facile alors : Transformer PDF en CFM
Merci
More easy : convert PDF to CFM
Tank you
Copy link to clipboard
Copied
On ne convertit pas PDF à CFM. Vous pouvez convertir des fichiers PDF en HTML, peut-être. Mais CFM est un langage de script côté serveur, et non pas un format d'affichage.
One does not convert PDF to CFM. You can convert PDF to HTML, perhaps. But CFM is a server-side scripting language, not a display format.
V/r,
^_^
Copy link to clipboard
Copied
bonjour,
Comment convertir des PDF en HTML ou XHTML ??
How to convert PDF to HTML or XHTML ??
Copy link to clipboard
Copied
Ouvrir le PDF dans Acrobat Reader, cliquez sur "Fichier", puis "Enregistrer sous Autres", puis "page HTML".
Il n'y a pas de méthode de ColdFusion native pour faire ce que vous demandez. Votre seule alternative actuelle est d'utiliser une application tierce:
Open PDF in Acrobat reader, click on "File", then "Save As Other" then "HTML Page".
There is no native ColdFusion method to do what you ask. Your only current alternative is to use a third-party app:
Converting PDF to HTML Using PDFBox - DZone Web Dev is a possibility.
HTH,
^_^